HomeSort by relevance Sort by last modified time
    Searched defs:PressDTMF (Results 1 - 7 of 7) 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...]
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 139 virtual bool PressDTMF(int event, bool playout) { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 454 void Call::PressDTMF(int event) {
457 LOG(LS_INFO) << "Call::PressDTMF(" << event << ")";
631 it->second.voice_channel->PressDTMF(tone, true);
    [all...]
channel.cc     [all...]

Completed in 216 milliseconds