Searched refs:PressDTMF (Results 1 - 7 of 7) 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.h114 void PressDTMF(int event);
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.h422 // TODO(ronghuawu): Replace PressDTMF with InsertDtmf.
423 bool PressDTMF(int digit, bool playout);
H A Dchannel_unittest.cc2189 // Test that PressDTMF properly forwards to the media channel.
2196 EXPECT_TRUE(channel1_->PressDTMF(1, true));
2197 EXPECT_TRUE(channel1_->PressDTMF(8, false));
H A Dchannel.cc1321 bool VoiceChannel::PressDTMF(int digit, bool playout) { function in class:cricket::VoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc304 call_->PressDTMF(ev);

Completed in 222 milliseconds