Searched defs:controlIDV (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) { argument
496 PortControl* portControl = (PortControl*) controlIDV;
532 void PORT_SetIntValue(void* controlIDV, INT32 value) { argument
533 PortControl* portControl = (PortControl*) controlIDV;
659 float PORT_GetFloatValue(void* controlIDV) { argument
660 PortControl* portControl = (PortControl*) controlIDV;
692 void PORT_SetFloatValue(void* controlIDV, float value) { argument
693 PortControl* portControl = (PortControl*) controlIDV;
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c495 INT32 PORT_GetIntValue(void* controlIDV) { argument
496 PortControl* portControl = (PortControl*) controlIDV;
532 void PORT_SetIntValue(void* controlIDV, INT32 value) { argument
533 PortControl* portControl = (PortControl*) controlIDV;
659 float PORT_GetFloatValue(void* controlIDV) { argument
660 PortControl* portControl = (PortControl*) controlIDV;
692 void PORT_SetFloatValue(void* controlIDV, float value) { argument
693 PortControl* portControl = (PortControl*) controlIDV;
H A DPLATFORM_API_SolarisOS_Ports.c458 INT32 PORT_GetIntValue(void* controlIDV) { argument
459 PortControlID* controlID = (PortControlID*) controlIDV;
483 void PORT_SetIntValue(void* controlIDV, INT32 value) { argument
484 PortControlID* controlID = (PortControlID*) controlIDV;
535 float PORT_GetFloatValue(void* controlIDV) { argument
536 PortControlID* controlID = (PortControlID*) controlIDV;
565 void PORT_SetFloatValue(void* controlIDV, float value) { argument
566 PortControlID* controlID = (PortControlID*) controlIDV;
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp659 INT32 PORT_GetIntValue(void* controlIDV) { argument
660 PortControl *control = (PortControl *)controlIDV;
692 void PORT_SetIntValue(void* controlIDV, INT32 value) { argument
694 PortControl *control = (PortControl *)controlIDV;
755 float PORT_GetFloatValue(void* controlIDV) { argument
756 PortControl *control = (PortControl *)controlIDV;
800 void PORT_SetFloatValue(void* controlIDV, float value) { argument
802 PortControl *control = (PortControl *)controlIDV;
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c991 INT32 PORT_GetIntValue(void* controlIDV) { argument
992 PortControlID* controlID = (PortControlID*) controlIDV;
1011 void PORT_SetIntValue(void* controlIDV, INT32 value) { argument
1012 PortControlID* controlID = (PortControlID*) controlIDV;
1086 float PORT_GetFloatValue(void* controlIDV) { argument
1087 PortControlID* controlID = (PortControlID*) controlIDV;
1110 void PORT_SetFloatValue(void* controlIDV, float value) { argument
1111 PortControlID* controlID = (PortControlID*) controlIDV;

Completed in 1609 milliseconds