HomeSort by relevance Sort by last modified time
    Searched refs:IsCommunicationModeEnabled (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.h 47 bool IsCommunicationModeEnabled();
71 bool IsCommunicationModeEnabled() const;
audio_manager.cc 40 native_reg->GetMethodId("isCommunicationModeEnabled", "()Z")),
59 bool AudioManager::JavaAudioManager::IsCommunicationModeEnabled() {
141 bool AudioManager::IsCommunicationModeEnabled() const {
142 ALOGD("IsCommunicationModeEnabled()");
144 return j_audio_manager_->IsCommunicationModeEnabled();
audio_device_template.h 168 if (!audio_manager_->IsCommunicationModeEnabled()) {
187 if (!audio_manager_->IsCommunicationModeEnabled()) {

Completed in 146 milliseconds