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

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_dtmf.h79 virtual int GetDtmfPlayoutStatus(int channel, bool& enabled) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.h47 virtual int GetDtmfPlayoutStatus(int channel, bool& enabled);
H A Dvoe_dtmf_impl.cc283 int VoEDtmfImpl::GetDtmfPlayoutStatus(int channel, bool& enabled) function in class:webrtc::VoEDtmfImpl
286 "GetDtmfPlayoutStatus(channel=%d, enabled=?)", channel);
297 "GetDtmfPlayoutStatus() failed to locate channel");
303 "GetDtmfPlayoutStatus() => enabled=%d", enabled);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h694 WEBRTC_STUB(GetDtmfPlayoutStatus, (int channel, bool& enabled));
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc548 _veDTMFPtr->GetDtmfPlayoutStatus(_channel, enabled);

Completed in 137 milliseconds