Searched refs:PendingDtmf (Results 1 – 3 of 3) sorted by relevance
35 bool PendingDtmf() const;
47 bool DtmfQueue::PendingDtmf() const { in PendingDtmf() function in webrtc::DtmfQueue
184 if (!dtmf_event_is_on_ && dtmf_queue_.PendingDtmf()) { in SendAudio()