OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDTMFDelay
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
42
const int
kDTMFDelay
= 300; // msec
363
talk_base::Thread::Current()->PostDelayed(
kDTMFDelay
, this, MSG_PLAYDTMF);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc
46
const int
kDTMFDelay
= 300; // msec
637
talk_base::Thread::Current()->PostDelayed(
kDTMFDelay
, this, MSG_PLAYDTMF);
[
all
...]
Completed in 120 milliseconds