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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_dtmf.h 76 virtual int SetDtmfPlayoutStatus(int channel, bool enable) = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.h 45 virtual int SetDtmfPlayoutStatus(int channel, bool enable);
voe_dtmf_impl.cc 261 int VoEDtmfImpl::SetDtmfPlayoutStatus(int channel, bool enable)
264 "SetDtmfPlayoutStatus(channel=%d, enable=%d)",
277 "SetDtmfPlayoutStatus() failed to locate channel");
280 return channelPtr->SetDtmfPlayoutStatus(enable);
channel.h 296 int SetDtmfPlayoutStatus(bool enable);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
dtmf_test.cc 57 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/interface/
audio_coding_module.h 737 // int32_t SetDtmfPlayoutStatus()
749 virtual int32_t SetDtmfPlayoutStatus(const bool enable) = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 184 int SetDtmfPlayoutStatus(bool enable) { return 0; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 571 WEBRTC_STUB(SetDtmfPlayoutStatus, (int channel, bool enable));
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 864 TEST2(_veDTMFPtr->SetDtmfPlayoutStatus(_channel, enable) == 0, _T("SetDtmfPlayoutStatus(channel=%d, enable=%d)"), _channel, enable);
    [all...]

Completed in 498 milliseconds