HomeSort by relevance Sort by last modified time
    Searched defs:DtmfInbandQueue (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/
dtmf_inband_queue.cc 16 DtmfInbandQueue::DtmfInbandQueue(int32_t id):
26 DtmfInbandQueue::~DtmfInbandQueue()
32 DtmfInbandQueue::AddDtmf(uint8_t key, uint16_t len, uint8_t level)
39 "DtmfInbandQueue::AddDtmf() unable to add Dtmf tone");
51 DtmfInbandQueue::NextDtmf(uint16_t* len, uint8_t* level)
75 DtmfInbandQueue::PendingDtmf()
82 DtmfInbandQueue::ResetDtmf()
dtmf_inband_queue.h 21 class DtmfInbandQueue
25 DtmfInbandQueue(int32_t id);
27 virtual ~DtmfInbandQueue();

Completed in 38 milliseconds