Home
last modified time | relevance | path

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

/external/webrtc/audio/voip/
Dvoip_core.cc48 audio_device_module_ = std::move(audio_device_module); in Init()
65 if (audio_device_module_->Init() != 0) { in Init()
78 if (audio_device_module_->SetPlayoutDevice(kAudioDeviceId) != 0) { in Init()
81 if (audio_device_module_->InitSpeaker() != 0) { in Init()
86 if (audio_device_module_->SetRecordingDevice(kAudioDeviceId) != 0) { in Init()
89 if (audio_device_module_->InitMicrophone() != 0) { in Init()
95 if (audio_device_module_->StereoPlayoutIsAvailable(&available) != 0) { in Init()
98 if (audio_device_module_->SetStereoPlayout(available) != 0) { in Init()
104 if (audio_device_module_->StereoRecordingIsAvailable(&available) != 0) { in Init()
107 if (audio_device_module_->SetStereoRecording(available) != 0) { in Init()
[all …]
Dvoip_core.h120 rtc::scoped_refptr<AudioDeviceModule> audio_device_module_; variable