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

  /external/webrtc/webrtc/voice_engine/
voe_dtmf_impl.h 19 class VoEDtmfImpl : public VoEDtmf {
42 VoEDtmfImpl(voe::SharedData* shared);
43 ~VoEDtmfImpl() override;
voe_dtmf_impl.cc 38 VoEDtmfImpl::VoEDtmfImpl(voe::SharedData* shared)
41 "VoEDtmfImpl::VoEDtmfImpl() - ctor");
44 VoEDtmfImpl::~VoEDtmfImpl() {
46 "VoEDtmfImpl::~VoEDtmfImpl() - dtor");
49 int VoEDtmfImpl::SendTelephoneEvent(int channel,
131 int VoEDtmfImpl::SetSendTelephoneEventPayloadType(int channel
    [all...]
voice_engine_impl.h 65 public VoEDtmfImpl,
100 VoEDtmfImpl(this),

Completed in 499 milliseconds