Searched defs:portControl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c325 /* Sets portControl to a pointer to the next free array element in the PortControl (pointer)
327 free slot. In this case, portControl is not altered */
328 static int getControlSlot(PortMixer* portMixer, PortControl** portControl) { argument
332 *portControl = &(portMixer->controls[portMixer->numControls]);
354 PortControl* portControl,
370 control = (creator->newFloatControl)(creator, portControl, CONTROL_TYPE_VOLUME, 0.0F, +1.0F, precision, "");
379 PortControl* portControl; local
418 if (getControlSlot(portMixer, &portControl)) {
419 portControl->elem = elem;
420 portControl
353 createVolumeControl(PortControlCreator* creator, PortControl* portControl, snd_mixer_elem_t* elem, int isPlayback) argument
496 PortControl* portControl = (PortControl*) controlIDV; local
533 PortControl* portControl = (PortControl*) controlIDV; local
565 getRealVolume(PortControl* portControl, snd_mixer_selem_channel_id_t channel) argument
588 setRealVolume(PortControl* portControl, snd_mixer_selem_channel_id_t channel, float value) argument
610 getFakeBalance(PortControl* portControl) argument
626 getFakeVolume(PortControl* portControl) argument
643 setFakeVolume(PortControl* portControl, float vol, float bal) argument
660 PortControl* portControl = (PortControl*) controlIDV; local
693 PortControl* portControl = (PortControl*) controlIDV; local
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c325 /* Sets portControl to a pointer to the next free array element in the PortControl (pointer)
327 free slot. In this case, portControl is not altered */
328 static int getControlSlot(PortMixer* portMixer, PortControl** portControl) { argument
332 *portControl = &(portMixer->controls[portMixer->numControls]);
354 PortControl* portControl,
370 control = (creator->newFloatControl)(creator, portControl, CONTROL_TYPE_VOLUME, 0.0F, +1.0F, precision, "");
379 PortControl* portControl; local
418 if (getControlSlot(portMixer, &portControl)) {
419 portControl->elem = elem;
420 portControl
353 createVolumeControl(PortControlCreator* creator, PortControl* portControl, snd_mixer_elem_t* elem, int isPlayback) argument
496 PortControl* portControl = (PortControl*) controlIDV; local
533 PortControl* portControl = (PortControl*) controlIDV; local
565 getRealVolume(PortControl* portControl, snd_mixer_selem_channel_id_t channel) argument
588 setRealVolume(PortControl* portControl, snd_mixer_selem_channel_id_t channel, float value) argument
610 getFakeBalance(PortControl* portControl) argument
626 getFakeVolume(PortControl* portControl) argument
643 setFakeVolume(PortControl* portControl, float vol, float bal) argument
660 PortControl* portControl = (PortControl*) controlIDV; local
693 PortControl* portControl = (PortControl*) controlIDV; local
[all...]

Completed in 33 milliseconds