Home
last modified time | relevance | path

Searched refs:maxVol (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_alsa_linux.cc350 long int maxVol(0); in MaxSpeakerVolume() local
353 _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() local
379 _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 …]
Daudio_device_alsa_linux.cc291 uint32_t maxVol(0); in MaxSpeakerVolume() local
293 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()
297 maxVolume = maxVol; in MaxSpeakerVolume()
570 uint32_t maxVol(0); in MaxMicrophoneVolume() local
572 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()
576 maxVolume = maxVol; in MaxMicrophoneVolume()
Daudio_device_pulse_linux.cc365 uint32_t maxVol(0); in MaxSpeakerVolume() local
367 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()
371 maxVolume = maxVol; in MaxSpeakerVolume()
624 uint32_t maxVol(0); in MaxMicrophoneVolume() local
626 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()
630 maxVolume = maxVol; in MaxMicrophoneVolume()
/external/webrtc/modules/audio_device/
Daudio_device_impl.cc424 uint32_t maxVol = 0; in MaxSpeakerVolume() local
425 if (audio_device_->MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()
428 *maxVolume = maxVol; in MaxSpeakerVolume()
649 uint32_t maxVol(0); in MaxMicrophoneVolume() local
650 if (audio_device_->MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()
653 *maxVolume = maxVol; in MaxMicrophoneVolume()
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_module_ios.mm168 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;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioManager.java293 public AudioStream(int currVol, int maxVol, int flag) { in AudioStream() argument
295 setMaxVolume(maxVol); in AudioStream()
/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc536 uint32_t maxVol(0); in MaxSpeakerVolume() local
538 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1) { in MaxSpeakerVolume()
542 maxVolume = maxVol; in MaxSpeakerVolume()
774 uint32_t maxVol(0); in MaxMicrophoneVolume() local
776 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1) { in MaxMicrophoneVolume()
780 maxVolume = maxVol; in MaxMicrophoneVolume()