Searched refs:yesno (Results 1 - 13 of 13) sorted by path

/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dac97.c225 ac97_amp_enable(device_config *config, bool yesno) argument
230 codec->ops->amp_enable(config, yesno);
253 void default_amp_enable(device_config *config, bool yesno) argument
258 yesno = !yesno;
261 if (yesno)
268 void cs4299_amp_enable(device_config *config, bool yesno) argument
271 if (yesno)
H A Dac97.h76 void ac97_amp_enable(device_config *config, bool yesno);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerOutput.cpp422 MixerOutput::SetMuted(bool yesno) argument
424 fMuted = yesno;
H A DMixerOutput.h56 void SetMuted(bool yesno);
H A DMixerInput.cpp657 MixerInput::SetEnabled(bool yesno) argument
659 fEnabled = yesno;
H A DMixerSettings.cpp79 MixerSettings::SetAttenuateOutput(bool yesno) argument
82 fSettings.AttenuateOutput = yesno;
100 MixerSettings::SetUseBalanceControl(bool yesno) argument
103 fSettings.UseBalanceControl = yesno;
121 MixerSettings::SetAllowOutputChannelRemapping(bool yesno) argument
124 fSettings.AllowOutputChannelRemapping = yesno;
142 MixerSettings::SetAllowInputChannelRemapping(bool yesno) argument
145 fSettings.AllowInputChannelRemapping = yesno;
205 MixerSettings::SetRefuseOutputFormatChange(bool yesno) argument
208 fSettings.RefuseOutputFormatChange = yesno;
226 SetRefuseInputFormatChange(bool yesno) argument
[all...]
H A DMixerSettings.h27 void SetAttenuateOutput(bool yesno);
30 void SetUseBalanceControl(bool yesno);
33 void SetAllowOutputChannelRemapping(bool yesno);
36 void SetAllowInputChannelRemapping(bool yesno);
45 void SetRefuseOutputFormatChange(bool yesno);
48 void SetRefuseInputFormatChange(bool yesno);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.h29 void SetOverlayEnabled(bool yesno);
H A DVideoNode.cpp354 VideoNode::SetOverlayEnabled(bool yesno) argument
356 fOverlayEnabled = yesno;
/haiku/src/apps/tv/
H A DVideoNode.h40 void SetOverlayEnabled(bool yesno);
H A DVideoNode.cpp388 VideoNode::SetOverlayEnabled(bool yesno) argument
390 fOverlayEnabled = yesno;
/haiku/src/bin/network/telnet/
H A Dutilities.c99 SetSockOpt(int fd, int level, int option, int yesno) argument
102 (char *)&yesno, sizeof yesno);
/haiku/src/add-ons/kernel/drivers/audio/ac97/
H A Dac97.c727 ac97_amp_enable(ac97_dev *dev, bool yesno) argument
734 if (yesno)
744 yesno = !yesno;
745 if (yesno)

Completed in 204 milliseconds