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

/haiku/src/bin/desklink/
H A DMediaReplicant.cpp156 int32 fVolumeWhich; member in class:MediaReplicant
282 item->SetMarked(fVolumeWhich == VOLUME_USE_PHYS_OUTPUT);
312 where.x + 207, where.y + 19), fDontBeep, fVolumeWhich);
355 fVolumeWhich = item->IsMarked()
359 && fVolumeWhich == VOLUME_USE_PHYS_OUTPUT) {
362 fVolumeWhich = VOLUME_USE_MIXER;
367 tip->SetWhich(fVolumeWhich);
508 fVolumeWhich = VOLUME_USE_MIXER;
524 msg.FindInt32("volwhich", &fVolumeWhich);
543 msg.AddInt32("volwhich", fVolumeWhich);
[all...]
H A DMixerControl.h52 int32 fVolumeWhich; member in class:MixerControl
H A DMixerControl.cpp24 fVolumeWhich(volumeWhich),
48 fVolumeWhich = volumeWhich;
184 return fVolumeWhich;

Completed in 88 milliseconds