Searched refs:VoEDtmfImpl (Results 1 – 3 of 3) sorted by relevance
38 VoEDtmfImpl::VoEDtmfImpl(voe::SharedData* shared) in VoEDtmfImpl() function in webrtc::VoEDtmfImpl44 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()
19 class VoEDtmfImpl : public VoEDtmf {42 VoEDtmfImpl(voe::SharedData* shared);43 ~VoEDtmfImpl() override;
65 public VoEDtmfImpl,100 VoEDtmfImpl(this), in VoiceEngineImpl()