HomeSort by relevance Sort by last modified time
    Searched refs:playing_dtmf_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 55 playing_dtmf_(false) {
336 if (!playing_dtmf_) {
343 playing_dtmf_ = false;
347 playing_dtmf_ = true;
361 // Post a message to play the next tone or at least clear the playing_dtmf_
call.h 134 // set the playing_dtmf_ bit and schedule a message in XX msec to clear that
137 bool playing_dtmf_; member in class:cricket::Call
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 86 playing_dtmf_(false) {
461 if (!playing_dtmf_) {
618 playing_dtmf_ = false;
622 playing_dtmf_ = true;
635 // Post a message to play the next tone or at least clear the playing_dtmf_
    [all...]
call.h 272 // set the playing_dtmf_ bit and schedule a message in XX msec to clear that
275 bool playing_dtmf_; member in class:cricket::Call

Completed in 125 milliseconds