Searched refs:LogToStream (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h156 // LogToStream is retained for backwards compatibility; when invoked, it
161 static void LogToStream(StreamInterface* stream, int min_sev);
H A Dlogging.cc232 void LogMessage::LogToStream(StreamInterface* stream, int min_sev) { function in class:rtc::LogMessage
346 LogToStream(stream.release(), file_level);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc298 rtc::LogMessage::LogToStream(stream, rtc::LS_VERBOSE);

Completed in 1636 milliseconds