Home
last modified time | relevance | path

Searched refs:update_speaker_volume_at_startup_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc59 update_speaker_volume_at_startup_(false), in AudioDeviceLinuxPulse()
408 update_speaker_volume_at_startup_ = true; in SetSpeakerVolume()
2650 if (update_speaker_volume_at_startup_) in PlayThreadProcess()
2657 if (update_speaker_volume_at_startup_) { in PlayThreadProcess()
2665 update_speaker_volume_at_startup_ = false; in PlayThreadProcess()
Daudio_device_pulse_linux.h321 bool update_speaker_volume_at_startup_; variable