Home
last modified time | relevance | path

Searched refs:ShouldIgnoreTrace (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.h179 bool ShouldIgnoreTrace(const std::string& trace);
Dwebrtcvoiceengine.h187 bool ShouldIgnoreTrace(const std::string& trace);
Dwebrtcvideoengine.h169 bool ShouldIgnoreTrace(const std::string& trace);
Dwebrtcvideoengine.cc1445 bool WebRtcVideoEngine::ShouldIgnoreTrace(const std::string& trace) { in ShouldIgnoreTrace() function in cricket::WebRtcVideoEngine
1481 if (!ShouldIgnoreTrace(msg) && in Print()
1482 (!voice_engine_ || !voice_engine_->ShouldIgnoreTrace(msg))) { in Print()
Dwebrtcvoiceengine.cc1335 bool WebRtcVoiceEngine::ShouldIgnoreTrace(const std::string& trace) { in ShouldIgnoreTrace() function in cricket::WebRtcVoiceEngine
1380 if (!ShouldIgnoreTrace(msg)) { in Print()
Dwebrtcvideoengine2.cc495 bool WebRtcVideoEngine2::ShouldIgnoreTrace(const std::string& trace) { in ShouldIgnoreTrace() function in cricket::WebRtcVideoEngine2