Searched refs:CONTROL_TYPE_VOLUME (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPorts.h69 #define CONTROL_TYPE_VOLUME ((char*) 4) macro
91 * CONTROL_TYPE_BALANCE, CONTROL_TYPE_MASTER_GAIN, CONTROL_TYPE_PAN, CONTROL_TYPE_VOLUME
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c370 control = (creator->newFloatControl)(creator, portControl, CONTROL_TYPE_VOLUME, 0.0F, +1.0F, precision, "");
421 portControl->controlType = CONTROL_TYPE_VOLUME;
439 portControl->controlType = CONTROL_TYPE_VOLUME;
664 if (portControl->controlType == CONTROL_TYPE_VOLUME) {
696 if (portControl->controlType == CONTROL_TYPE_VOLUME) {
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c370 control = (creator->newFloatControl)(creator, portControl, CONTROL_TYPE_VOLUME, 0.0F, +1.0F, precision, "");
421 portControl->controlType = CONTROL_TYPE_VOLUME;
439 portControl->controlType = CONTROL_TYPE_VOLUME;
664 if (portControl->controlType == CONTROL_TYPE_VOLUME) {
696 if (portControl->controlType == CONTROL_TYPE_VOLUME) {
H A DPLATFORM_API_SolarisOS_Ports.c328 jsType = CONTROL_TYPE_VOLUME; break;
332 jsType = CONTROL_TYPE_VOLUME; break;
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp426 jControl = creator->newFloatControl(creator, control, CONTROL_TYPE_VOLUME, 0, 1, precision, "");
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c772 typeName = CONTROL_TYPE_VOLUME;

Completed in 43 milliseconds