Searched refs:maxVol (Results 1 – 7 of 7) sorted by relevance
350 long int maxVol(0); in MaxSpeakerVolume() local353 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()356 << ", max: " << maxVol; in MaxSpeakerVolume()358 if (maxVol <= minVol) { in MaxSpeakerVolume()363 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()376 long int maxVol(0); in MinSpeakerVolume() local379 _outputMixerElement, &minVol, &maxVol); in MinSpeakerVolume()382 << ", max: " << maxVol; in MinSpeakerVolume()384 if (maxVol <= minVol) { in MinSpeakerVolume()788 long int maxVol(0); in MaxMicrophoneVolume() local[all …]
291 uint32_t maxVol(0); in MaxSpeakerVolume() local293 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()297 maxVolume = maxVol; in MaxSpeakerVolume()570 uint32_t maxVol(0); in MaxMicrophoneVolume() local572 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()576 maxVolume = maxVol; in MaxMicrophoneVolume()
365 uint32_t maxVol(0); in MaxSpeakerVolume() local367 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()371 maxVolume = maxVol; in MaxSpeakerVolume()624 uint32_t maxVol(0); in MaxMicrophoneVolume() local626 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()630 maxVolume = maxVol; in MaxMicrophoneVolume()
424 uint32_t maxVol = 0; in MaxSpeakerVolume() local425 if (audio_device_->MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()428 *maxVolume = maxVol; in MaxSpeakerVolume()649 uint32_t maxVol(0); in MaxMicrophoneVolume() local650 if (audio_device_->MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()653 *maxVolume = maxVol; in MaxMicrophoneVolume()
168 uint32_t maxVol = 0;169 if (audio_device_->MaxSpeakerVolume(maxVol) == -1) {172 *maxVolume = maxVol;380 uint32_t maxVol(0);381 if (audio_device_->MaxMicrophoneVolume(maxVol) == -1) {384 *maxVolume = maxVol;
293 public AudioStream(int currVol, int maxVol, int flag) { in AudioStream() argument295 setMaxVolume(maxVol); in AudioStream()
536 uint32_t maxVol(0); in MaxSpeakerVolume() local538 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()542 maxVolume = maxVol; in MaxSpeakerVolume()774 uint32_t maxVol(0); in MaxMicrophoneVolume() local776 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()780 maxVolume = maxVol; in MaxMicrophoneVolume()