Searched refs:OnVoiceChannelError (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | typingmonitor.cc | 45 this, &TypingMonitor::OnVoiceChannelError); in TypingMonitor() 63 void TypingMonitor::OnVoiceChannelError(uint32 ssrc, in OnVoiceChannelError() function in cricket::TypingMonitor
|
D | typingmonitor.h | 71 void OnVoiceChannelError(uint32 ssrc, VoiceMediaChannel::Error error);
|
D | channel.cc | 1280 this, &VoiceChannel::OnVoiceChannelError); in Init() 1617 void VoiceChannel::OnVoiceChannelError( in OnVoiceChannelError() function in cricket::VoiceChannel 1628 OnVoiceChannelError(ssrc, (mode == SrtpFilter::PROTECT) ? in OnSrtpError() 1633 OnVoiceChannelError(ssrc, (mode == SrtpFilter::PROTECT) ? in OnSrtpError() 1640 OnVoiceChannelError(ssrc, VoiceMediaChannel::ERROR_PLAY_SRTP_REPLAY); in OnSrtpError()
|
D | channel.h | 496 void OnVoiceChannelError(uint32 ssrc, VoiceMediaChannel::Error error);
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvoiceengine_unittest.cc | 109 this, &ChannelErrorListener::OnVoiceChannelError); in ChannelErrorListener() 111 void OnVoiceChannelError(uint32 ssrc, in OnVoiceChannelError() function in WebRtcVoiceEngineTestFake::ChannelErrorListener
|