Searched refs:LogMultiline (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsocketadapters.cc846 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_);
854 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_);
861 LogMultiline(level_, label_.c_str(), true, pv, res, hex_mode_, &lms_);
868 LogMultiline(level_, label_.c_str(), true, pv, res, hex_mode_, &lms_);
873 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_);
874 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_);
885 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_);
886 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_);
H A Dstream.cc1134 LogMultiline(level_, label_.c_str(), true, buffer, *read, hex_mode_, &lms_);
1146 LogMultiline(level_, label_.c_str(), false, data, *written, hex_mode_,
1153 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_);
1154 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_);
1163 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_);
1164 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_);
H A Dlogging.h244 // multiple calls to LogMultiline. Otherwise, pass NULL.
245 void LogMultiline(LoggingSeverity level, const char* label, bool input,
H A Dlogging.cc499 void LogMultiline(LoggingSeverity level, const char* label, bool input, function in namespace:rtc
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h159 // multiple calls to LogMultiline. Otherwise, pass NULL.
160 void LogMultiline(LoggingSeverity level, const char* label, bool input,
H A Dlogging.cc173 void LogMultiline(LoggingSeverity level, const char* label, bool input, function in namespace:rtc
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc131 static void LogMultiline(rtc::LoggingSeverity sev, char* text) { function in namespace:cricket
1040 LogMultiline(rtc::LS_INFO, buffer);
H A Dwebrtcvoiceengine.cc160 static void LogMultiline(rtc::LoggingSeverity sev, char* text) { function in namespace:cricket
599 LogMultiline(rtc::LS_INFO, buffer);

Completed in 136 milliseconds