Searched refs:PressDTMF (Results 1 – 8 of 8) sorted by relevance
67 void PressDTMF(int event);
143 virtual bool PressDTMF(int event, bool playout) { return true; } in PressDTMF() function
329 void Call::PressDTMF(int event) { in PressDTMF() function in cricket::Call357 voice_channel->PressDTMF(tone, true); in ContinuePlayDTMF()
275 virtual bool PressDTMF(int event, bool playout) { return true; } in PressDTMF() function
231 virtual bool PressDTMF(int event, bool playout) = 0;
277 bool PressDTMF(int digit, bool playout);
674 bool VoiceChannel::PressDTMF(int digit, bool playout) { in PressDTMF() function in cricket::VoiceChannel870 return media_channel()->PressDTMF(digit, playout); in PressDTMF_w()
189 call_->PressDTMF(ev); in ParseLine()