Searched refs:SetDtmfPlayoutStatus (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_dtmf.h76 virtual int SetDtmfPlayoutStatus(int channel, bool enable) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.h45 virtual int SetDtmfPlayoutStatus(int channel, bool enable);
H A Dvoe_dtmf_impl.cc261 int VoEDtmfImpl::SetDtmfPlayoutStatus(int channel, bool enable) function in class:webrtc::VoEDtmfImpl
264 "SetDtmfPlayoutStatus(channel=%d, enable=%d)",
277 "SetDtmfPlayoutStatus() failed to locate channel");
280 return channelPtr->SetDtmfPlayoutStatus(enable);
H A Dchannel.h297 int SetDtmfPlayoutStatus(bool enable);
H A Dchannel.cc1085 (audio_coding_->SetDtmfPlayoutStatus(true) == -1) ||
2630 Channel::SetDtmfPlayoutStatus(bool enable) function in class:webrtc::voe::Channel
2633 "Channel::SetDtmfPlayoutStatus()");
2634 if (audio_coding_->SetDtmfPlayoutStatus(enable) != 0)
2638 "SetDtmfPlayoutStatus() failed to set Dtmf playout");
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Ddtmf_test.cc57 EXPECT_EQ(0, voe_dtmf_->SetDtmfPlayoutStatus(channel_, false));
62 EXPECT_EQ(0, voe_dtmf_->SetDtmfPlayoutStatus(channel_, true));
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h187 virtual int SetDtmfPlayoutStatus(bool enable) OVERRIDE { return 0; }
397 acm_old_->SetDtmfPlayoutStatus(config.play_dtmf);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h739 // int32_t SetDtmfPlayoutStatus()
751 virtual int32_t SetDtmfPlayoutStatus(const bool enable) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h693 WEBRTC_STUB(SetDtmfPlayoutStatus, (int channel, bool enable));
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc864 TEST2(_veDTMFPtr->SetDtmfPlayoutStatus(_channel, enable) == 0, _T("SetDtmfPlayoutStatus(channel=%d, enable=%d)"), _channel, enable);

Completed in 862 milliseconds