HomeSort by relevance Sort by last modified time
    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 41 milliseconds