Searched refs:PressDTMF (Results 1 - 15 of 15) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcall.h67 void PressDTMF(int event);
H A Dfilemediaengine.h143 virtual bool PressDTMF(int event, bool playout) { return true; } function in class:cricket::FileVoiceChannel
H A Dmediaengine.h275 virtual bool PressDTMF(int event, bool playout) { return true; } function in class:cricket::NullVoiceMediaChannel
H A Dcall.cc329 void Call::PressDTMF(int event) { function in class:cricket::Call
332 LOG(LS_INFO) << "Call::PressDTMF(" << event << ")";
357 voice_channel->PressDTMF(tone, true);
H A Dmediachannel.h231 virtual bool PressDTMF(int event, bool playout) = 0;
H A Dchannel.h277 bool PressDTMF(int digit, bool playout);
H A Dchannel.cc674 bool VoiceChannel::PressDTMF(int digit, bool playout) { function in class:cricket::VoiceChannel
870 return media_channel()->PressDTMF(digit, playout);
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h139 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.h93 void PressDTMF(int event);
H A Dcall.cc454 void Call::PressDTMF(int event) { function in class:cricket::Call
457 LOG(LS_INFO) << "Call::PressDTMF(" << event << ")";
631 it->second.voice_channel->PressDTMF(tone, true);
H A Dchannel.h399 // TODO(ronghuawu): Replace PressDTMF with InsertDtmf.
400 bool PressDTMF(int digit, bool playout);
H A Dchannel_unittest.cc2198 // Test that PressDTMF properly forwards to the media channel.
2205 EXPECT_TRUE(channel1_->PressDTMF(1, true));
2206 EXPECT_TRUE(channel1_->PressDTMF(8, false));
H A Dchannel.cc1551 bool VoiceChannel::PressDTMF(int digit, bool playout) { function in class:cricket::VoiceChannel
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc189 call_->PressDTMF(ev);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc304 call_->PressDTMF(ev);

Completed in 142 milliseconds