Searched defs:DtmfSender (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.h40 // DtmfSender is the native implementation of the RTCDTMFSender defined by
50 // This interface is called by DtmfSender to talk to the actual audio channel
70 class DtmfSender class in namespace:webrtc
75 static rtc::scoped_refptr<DtmfSender> Create(
92 DtmfSender(AudioTrackInterface* track,
95 virtual ~DtmfSender();
98 DtmfSender();
118 DISALLOW_COPY_AND_ASSIGN(DtmfSender);
122 BEGIN_PROXY_MAP(DtmfSender)
H A Ddtmfsender.cc78 rtc::scoped_refptr<DtmfSender> DtmfSender::Create(
85 rtc::scoped_refptr<DtmfSender> dtmf_sender(
86 new rtc::RefCountedObject<DtmfSender>(track, signaling_thread,
91 DtmfSender::DtmfSender(AudioTrackInterface* track, function in class:webrtc::DtmfSender
105 this, &DtmfSender::OnProviderDestroyed);
109 DtmfSender::~DtmfSender() {
117 void DtmfSender
[all...]

Completed in 112 milliseconds