Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtccommon.h41 LOG_RTCERR0_EX(func, GetLastEngineError())
43 LOG_RTCERR1_EX(func, a1, GetLastEngineError())
45 LOG_RTCERR2_EX(func, a1, a2, GetLastEngineError())
47 LOG_RTCERR3_EX(func, a1, a2, a3, GetLastEngineError())
49 LOG_RTCERR4_EX(func, a1, a2, a3, a4, GetLastEngineError())
51 LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, GetLastEngineError())
53 LOG_RTCERR6_EX(func, a1, a2, a3, a4, a5, a6, GetLastEngineError())
Dwebrtcvoiceengine.h177 int GetLastEngineError();
394 int GetLastEngineError() { return engine()->GetLastEngineError(); } in GetLastEngineError() function
Dwebrtcvideoengine.h160 int GetLastEngineError();
309 int GetLastEngineError() { return engine()->GetLastEngineError(); } in GetLastEngineError() function
Dwebrtcvoiceengine.cc327 int GetLastEngineError() const { return engine_->voe_sc()->error(); } in GetLastEngineError() function in cricket::WebRtcSoundclipMedia
1274 int WebRtcVoiceEngine::GetLastEngineError() { in GetLastEngineError() function in cricket::WebRtcVoiceEngine
3454 *error = WebRtcErrorToChannelError(GetLastEngineError()); in SetSendCodecs()
Dwebrtcvideoengine.cc1145 int WebRtcVideoEngine::GetLastEngineError() { in GetLastEngineError() function in cricket::WebRtcVideoEngine