Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Ddtmfsender.cc215 int tone_gap = inter_tone_gap_; in DoInsertDtmf() local
219 tone_gap = kDtmfTwoSecondInMs; in DoInsertDtmf()
232 tone_gap += duration_; in DoInsertDtmf()
244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF); in DoInsertDtmf()