Searched refs:DtmfPlayoutStatus (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h754 // bool DtmfPlayoutStatus()
761 virtual bool DtmfPlayoutStatus() const = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.cc300 enabled = channelPtr->DtmfPlayoutStatus();
H A Dchannel.h298 bool DtmfPlayoutStatus() const;
H A Dchannel.cc2645 Channel::DtmfPlayoutStatus() const function in class:webrtc::voe::Channel
2647 return audio_coding_->DtmfPlayoutStatus();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h190 virtual bool DtmfPlayoutStatus() const OVERRIDE { return true; }

Completed in 339 milliseconds