Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Ddtmfsender.cc40 MSG_DO_INSERT_DTMF = 0, enumerator
157 signaling_thread_->Clear(this, MSG_DO_INSERT_DTMF); in InsertDtmf()
159 signaling_thread_->Post(this, MSG_DO_INSERT_DTMF); in InsertDtmf()
181 case MSG_DO_INSERT_DTMF: { in OnMessage()
244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF); in DoInsertDtmf()