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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_dtmf.h 21 // VoEDtmf* dtmf = VoEDtmf::GetInterface(voe);
42 // VoEDtmf
43 class WEBRTC_DLLEXPORT VoEDtmf
47 // Factory for the VoEDtmf sub-API. Increases an internal
50 static VoEDtmf* GetInterface(VoiceEngine* voiceEngine);
52 // Releases the VoEDtmf sub-API and decreases an internal
99 VoEDtmf() {}
100 virtual ~VoEDtmf() {}
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 62 webrtc::VoEDtmf* voe_dtmf_;
before_initialization_fixture.cc 22 voe_dtmf_ = webrtc::VoEDtmf::GetInterface(voice_engine_);
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.h 20 class VoEDtmfImpl : public VoEDtmf
voe_dtmf_impl.cc 23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine)
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 147 VoEDtmf* DtmfPtr() const {
189 VoEDtmf* voe_dtmf_;
voe_standard_test.cc 142 voe_dtmf_ = VoEDtmf::GetInterface(voice_engine_);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 106 webrtc::VoEDtmf* dtmf,
134 webrtc::VoEDtmf* dtmf() const { return dtmf_.get(); }
150 scoped_voe_ptr<webrtc::VoEDtmf> dtmf_;
fakewebrtcvoiceengine.h 163 public webrtc::VoEBase, public webrtc::VoECodec, public webrtc::VoEDtmf,
674 // webrtc::VoEDtmf
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 58 VoEDtmf* dtmf = NULL;
132 dtmf = VoEDtmf::GetInterface(m_voe);
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 442 VoEDtmf* _veDTMFPtr;
477 _veDTMFPtr = VoEDtmf::GetInterface(_vePtr);
    [all...]

Completed in 276 milliseconds