HomeSort by relevance Sort by last modified time
    Searched refs:LogMultiline (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/base/
socketadapters.cc 846 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_);
stream.cc 1134 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_);
    [all...]
logging.h 244 // multiple calls to LogMultiline. Otherwise, pass NULL.
245 void LogMultiline(LoggingSeverity level, const char* label, bool input,
logging.cc 499 void LogMultiline(LoggingSeverity level, const char* label, bool input,
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 159 // multiple calls to LogMultiline. Otherwise, pass NULL.
160 void LogMultiline(LoggingSeverity level, const char* label, bool input,
logging.cc 173 void LogMultiline(LoggingSeverity level, const char* label, bool input,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 131 static void LogMultiline(rtc::LoggingSeverity sev, char* text) {
    [all...]
webrtcvoiceengine.cc 160 static void LogMultiline(rtc::LoggingSeverity sev, char* text) {
599 LogMultiline(rtc::LS_INFO, buffer);
    [all...]

Completed in 554 milliseconds