Searched defs:PORT_GetIntValue (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c495 INT32 PORT_GetIntValue(void* controlIDV) { function
524 ERROR1("PORT_GetIntValue(): inappropriate control type: %s\n",
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c495 INT32 PORT_GetIntValue(void* controlIDV) { function
524 ERROR1("PORT_GetIntValue(): inappropriate control type: %s\n",
H A DPLATFORM_API_SolarisOS_Ports.c458 INT32 PORT_GetIntValue(void* controlIDV) { function
476 ERROR1("PORT_GetIntValue: Wrong type %d !\n", controlID->controlType & PORT_CONTROL_TYPE_MASK);
479 ERROR0("PORT_GetIntValue: Could not ioctl!\n");
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp659 INT32 PORT_GetIntValue(void* controlIDV) { function
674 OS_ERROR3(err, "PORT_GetIntValue, control %d of %d (coltrolID = 0x%x)",
684 ERROR1("PORT_GetIntValue requested for non-Int control (control-type == %d)\n", control->type);
688 //TRACE1("<<PORT_GetIntValue = %d\n", result);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c991 INT32 PORT_GetIntValue(void* controlIDV) { function
1005 default: ERROR1("PORT_GetIntValue: wrong controlType=%d !\n", controlID->controlType);

Completed in 44 milliseconds