Home
last modified time | relevance | path

Searched refs:OnVoiceChannelError (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dtypingmonitor.cc45 this, &TypingMonitor::OnVoiceChannelError); in TypingMonitor()
63 void TypingMonitor::OnVoiceChannelError(uint32 ssrc, in OnVoiceChannelError() function in cricket::TypingMonitor
Dtypingmonitor.h71 void OnVoiceChannelError(uint32 ssrc, VoiceMediaChannel::Error error);
Dchannel.cc1280 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()
Dchannel.h496 void OnVoiceChannelError(uint32 ssrc, VoiceMediaChannel::Error error);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc109 this, &ChannelErrorListener::OnVoiceChannelError); in ChannelErrorListener()
111 void OnVoiceChannelError(uint32 ssrc, in OnVoiceChannelError() function in WebRtcVoiceEngineTestFake::ChannelErrorListener