Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Ddtmf_inband_queue.h29 int AddDtmf(uint8_t DtmfKey, uint16_t len, uint8_t level);
Ddtmf_inband_queue.cc32 DtmfInbandQueue::AddDtmf(uint8_t key, uint16_t len, uint8_t level) in AddDtmf() function in webrtc::DtmfInbandQueue
Dchannel.cc2533 _inbandDtmfQueue.AddDtmf(eventCode, lengthMs, attenuationDb); in SendTelephoneEventInband()