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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 39 const uint32 MSG_PLAYDTMF = 3;
190 case MSG_PLAYDTMF:
363 talk_base::Thread::Current()->PostDelayed(kDTMFDelay, this, MSG_PLAYDTMF);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 43 const uint32 MSG_PLAYDTMF = 3;
228 case MSG_PLAYDTMF:
637 talk_base::Thread::Current()->PostDelayed(kDTMFDelay, this, MSG_PLAYDTMF);
    [all...]

Completed in 33 milliseconds