Home
last modified time | relevance | path

Searched refs:VoEDtmfImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_dtmf_impl.cc38 VoEDtmfImpl::VoEDtmfImpl(voe::SharedData* shared) in VoEDtmfImpl() function in webrtc::VoEDtmfImpl
44 VoEDtmfImpl::~VoEDtmfImpl() { in ~VoEDtmfImpl()
49 int VoEDtmfImpl::SendTelephoneEvent(int channel, in SendTelephoneEvent()
131 int VoEDtmfImpl::SetSendTelephoneEventPayloadType(int channel, in SetSendTelephoneEventPayloadType()
151 int VoEDtmfImpl::GetSendTelephoneEventPayloadType(int channel, in GetSendTelephoneEventPayloadType()
168 int VoEDtmfImpl::PlayDtmfTone(int eventCode, int lengthMs, int attenuationDb) { in PlayDtmfTone()
195 int VoEDtmfImpl::SetDtmfFeedbackStatus(bool enable, bool directFeedback) { in SetDtmfFeedbackStatus()
208 int VoEDtmfImpl::GetDtmfFeedbackStatus(bool& enabled, bool& directFeedback) { in GetDtmfFeedbackStatus()
Dvoe_dtmf_impl.h19 class VoEDtmfImpl : public VoEDtmf {
42 VoEDtmfImpl(voe::SharedData* shared);
43 ~VoEDtmfImpl() override;
Dvoice_engine_impl.h65 public VoEDtmfImpl,
100 VoEDtmfImpl(this), in VoiceEngineImpl()