Searched refs:fMixerControl (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/desklink/
H A DVolumeControl.cpp43 fMixerControl(new MixerControl(volumeWhich)),
64 fMixerControl(NULL),
75 fMixerControl = new MixerControl(volumeWhich);
84 delete fMixerControl;
105 return into->AddInt32("volume which", fMixerControl->VolumeWhich());
135 if (!fMixerControl->Connected()) {
267 if (!fMixerControl->Connected())
293 SetValue((int32)fMixerControl->Volume());
318 if (!fMixerControl->Connected() && --fConnectRetries > 1) {
339 fMixerControl
[all...]
H A DMediaReplicant.cpp149 MixerControl* fMixerControl; member in class:MediaReplicant
183 fMixerControl(NULL),
194 fMixerControl(NULL),
297 if (fMixerControl != NULL) {
298 fMixerControl->SetMute(!fMuted);
299 fMuted = fMixerControl->Mute();
377 && deltaY != 0.0 && fMixerControl != NULL) {
378 fMixerControl->ChangeVolumeBy(deltaY < 0 ? 6 : -6);
391 if (fMixerControl != NULL && !fMixerControl
[all...]
H A DVolumeControl.h52 MixerControl* fMixerControl; member in class:VolumeControl

Completed in 85 milliseconds