Searched refs:volumeWhich (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/desklink/
H A DVolumeWindow.h22 int32 volumeWhich = VOLUME_USE_MIXER);
H A DMixerControl.h27 MixerControl(int32 volumeWhich = VOLUME_USE_MIXER);
30 bool Connect(int32 volumeWhich, float* _value = NULL,
H A DMixerControl.cpp22 MixerControl::MixerControl(int32 volumeWhich) argument
24 fVolumeWhich(volumeWhich),
46 MixerControl::Connect(int32 volumeWhich, float* _value, const char** _error) argument
48 fVolumeWhich = volumeWhich;
59 switch (volumeWhich) {
84 if (volumeWhich == VOLUME_USE_MIXER) {
87 } else if (volumeWhich == VOLUME_USE_PHYS_OUTPUT) {
127 errorString = volumeWhich ? "Could not find the soundcard"
130 errorString = volumeWhich ? "Soundcard control unknown"
152 errorString = volumeWhich
[all...]
H A DVolumeWindow.cpp26 VolumeWindow::VolumeWindow(BRect frame, bool dontBeep, int32 volumeWhich) argument
43 BSlider* slider = new VolumeControl(volumeWhich, !dontBeep,
H A DVolumeControl.cpp39 VolumeControl::VolumeControl(int32 volumeWhich, bool beep, BMessage* message) argument
43 fMixerControl(new MixerControl(volumeWhich)),
71 int32 volumeWhich; local
72 if (archive->FindInt32("volume which", &volumeWhich) != B_OK)
73 volumeWhich = VOLUME_USE_MIXER;
75 fMixerControl = new MixerControl(volumeWhich);
H A DVolumeControl.h22 VolumeControl(int32 volumeWhich, bool beep,

Completed in 77 milliseconds