Searched refs:PressDTMF (Results 1 – 7 of 7) sorted by relevance
137 virtual bool PressDTMF(int event, bool playout) { return true; } in PressDTMF() function
114 void PressDTMF(int event);
462 void Call::PressDTMF(int event) { in PressDTMF() function in cricket::Call646 it->second.voice_channel->PressDTMF(tone, true); in ContinuePlayDTMF()
423 bool PressDTMF(int digit, bool playout);
2196 EXPECT_TRUE(channel1_->PressDTMF(1, true)); in TEST_F()2197 EXPECT_TRUE(channel1_->PressDTMF(8, false)); in TEST_F()
1321 bool VoiceChannel::PressDTMF(int digit, bool playout) { in PressDTMF() function in cricket::VoiceChannel
304 call_->PressDTMF(ev); in ParseLine()