Searched refs:GetLastEngineError (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtccommon.h | 41 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())
|
D | webrtcvoiceengine.h | 177 int GetLastEngineError(); 394 int GetLastEngineError() { return engine()->GetLastEngineError(); } in GetLastEngineError() function
|
D | webrtcvideoengine.h | 160 int GetLastEngineError(); 309 int GetLastEngineError() { return engine()->GetLastEngineError(); } in GetLastEngineError() function
|
D | webrtcvoiceengine.cc | 327 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()
|
D | webrtcvideoengine.cc | 1145 int WebRtcVideoEngine::GetLastEngineError() { in GetLastEngineError() function in cricket::WebRtcVideoEngine
|