HomeSort by relevance Sort by last modified time
    Searched defs:EchoControlMobile (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 23 class EchoControlMobile;
205 virtual EchoControlMobile* echo_control_mobile() const = 0;
256 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
343 class EchoControlMobile {
345 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
392 virtual ~EchoControlMobile() {};
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 27 class EchoControlMobile;
60 // and not EchoControlMobile and is set with AudioProcessing::SetExtraOptions().
344 virtual EchoControlMobile* echo_control_mobile() const = 0;
397 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
484 class EchoControlMobile {
486 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
533 virtual ~EchoControlMobile() {}

Completed in 1007 milliseconds