Searched defs:PressDTMF (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h137 virtual bool PressDTMF(int event, bool playout) { return true; } function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc462 void Call::PressDTMF(int event) { function in class:cricket::Call
465 LOG(LS_INFO) << "Call::PressDTMF(" << event << ")";
646 it->second.voice_channel->PressDTMF(tone, true);
H A Dchannel.cc1321 bool VoiceChannel::PressDTMF(int digit, bool playout) { function in class:cricket::VoiceChannel

Completed in 89 milliseconds