Searched refs:MixerControl (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/desklink/
H A DMixerControl.h25 class MixerControl { class
27 MixerControl(int32 volumeWhich = VOLUME_USE_MIXER);
28 ~MixerControl();
H A DMixerControl.cpp14 #include "MixerControl.h"
22 MixerControl::MixerControl(int32 volumeWhich) function in class:MixerControl
39 MixerControl::~MixerControl()
46 MixerControl::Connect(int32 volumeWhich, float* _value, const char** _error)
163 fprintf(stderr, "MixerControl: %s.\n", errorString);
175 MixerControl::Connected()
182 MixerControl::VolumeWhich() const
189 MixerControl
[all...]
H A DVolumeControl.h17 class MixerControl;
52 MixerControl* fMixerControl;
H A DMediaReplicant.cpp41 #include "MixerControl.h"
94 MixerControl control;
149 MixerControl* fMixerControl;
631 fMixerControl = new MixerControl(fVolumeWhich);
H A DVolumeControl.cpp28 #include "MixerControl.h"
43 fMixerControl(new MixerControl(volumeWhich)),
75 fMixerControl = new MixerControl(volumeWhich);

Completed in 45 milliseconds