Searched defs:ShouldIgnoreTrace (Results 1 - 3 of 3) sorted by relevance

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

Completed in 201 milliseconds