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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 67 void PressDTMF(int event);
filemediaengine.h 143 virtual bool PressDTMF(int event, bool playout) { return true; }
mediaengine.h 275 virtual bool PressDTMF(int event, bool playout) { return true; }
call.cc 329 void Call::PressDTMF(int event) {
332 LOG(LS_INFO) << "Call::PressDTMF(" << event << ")";
357 voice_channel->PressDTMF(tone, true);
mediachannel.h 231 virtual bool PressDTMF(int event, bool playout) = 0;
channel.h 277 bool PressDTMF(int digit, bool playout);
channel.cc 674 bool VoiceChannel::PressDTMF(int digit, bool playout) {
870 return media_channel()->PressDTMF(digit, playout);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 189 call_->PressDTMF(ev);

Completed in 117 milliseconds