Searched refs:VoEDtmf (Results 1 – 8 of 8) sorted by relevance
43 class WEBRTC_DLLEXPORT VoEDtmf {48 static VoEDtmf* GetInterface(VoiceEngine* voiceEngine);86 VoEDtmf() {} in VoEDtmf() function87 virtual ~VoEDtmf() {} in ~VoEDtmf()
146 VoEDtmf* DtmfPtr() const { in DtmfPtr()188 VoEDtmf* voe_dtmf_;
134 voe_dtmf_ = VoEDtmf::GetInterface(voice_engine_); in GetInterfaces()
23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
19 class VoEDtmfImpl : public VoEDtmf {
61 webrtc::VoEDtmf* voe_dtmf_;
22 voe_dtmf_ = webrtc::VoEDtmf::GetInterface(voice_engine_); in BeforeInitializationFixture()
60 VoEDtmf* dtmf = NULL;134 dtmf = VoEDtmf::GetInterface(m_voe); in main()