Lines Matching refs:fMixerControl
43 fMixerControl(new MixerControl(volumeWhich)), in VolumeControl()
64 fMixerControl(NULL), in VolumeControl()
75 fMixerControl = new MixerControl(volumeWhich); in VolumeControl()
84 delete fMixerControl; in ~VolumeControl()
105 return into->AddInt32("volume which", fMixerControl->VolumeWhich()); in Archive()
135 if (!fMixerControl->Connected()) { in AttachedToWindow()
267 if (!fMixerControl->Connected()) in MessageReceived()
293 SetValue((int32)fMixerControl->Volume()); in MessageReceived()
318 if (!fMixerControl->Connected() && --fConnectRetries > 1) { in MessageReceived()
339 fMixerControl->SetVolume(Value()); in Invoke()
385 if (roster != NULL && fMixerControl->GainNode() != media_node::null) { in _DisconnectVolume()
386 roster->StopWatching(this, fMixerControl->GainNode(), in _DisconnectVolume()
399 fMixerControl->Connect(fMixerControl->VolumeWhich(), &volume, &errorString); in _ConnectVolume()
406 SetLimits((int32)floorf(fMixerControl->Minimum()), in _ConnectVolume()
407 (int32)ceilf(fMixerControl->Maximum())); in _ConnectVolume()
410 if (roster != NULL && fMixerControl->GainNode() != media_node::null) { in _ConnectVolume()
411 roster->StartWatching(this, fMixerControl->GainNode(), in _ConnectVolume()