Home
last modified time | relevance | path

Searched refs:IsCommunicationModeEnabled (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_manager.h47 bool IsCommunicationModeEnabled();
71 bool IsCommunicationModeEnabled() const;
Daudio_manager.cc59 bool AudioManager::JavaAudioManager::IsCommunicationModeEnabled() { in IsCommunicationModeEnabled() function in webrtc::AudioManager::JavaAudioManager
141 bool AudioManager::IsCommunicationModeEnabled() const { in IsCommunicationModeEnabled() function in webrtc::AudioManager
144 return j_audio_manager_->IsCommunicationModeEnabled(); in IsCommunicationModeEnabled()
Daudio_device_template.h168 if (!audio_manager_->IsCommunicationModeEnabled()) { in StartPlayout()
187 if (!audio_manager_->IsCommunicationModeEnabled()) { in StartRecording()