OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PressDTMF
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
329
void Call::
PressDTMF
(int event) {
332
LOG(LS_INFO) << "Call::
PressDTMF
(" << event << ")";
357
voice_channel->
PressDTMF
(tone, true);
filemediaengine.h
143
virtual bool
PressDTMF
(int event, bool playout) { return true; }
mediaengine.h
275
virtual bool
PressDTMF
(int event, bool playout) { return true; }
channel.cc
674
bool VoiceChannel::
PressDTMF
(int digit, bool playout) {
870
return media_channel()->
PressDTMF
(digit, playout);
[
all
...]
Completed in 582 milliseconds