HomeSort by relevance Sort by last modified time
    Searched defs:LS_INFO (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logging.h 15 // NOTE: LS_INFO maps to a new trace level which should be reserved for
18 // impact of adding a new LS_INFO log. If it will be logged at anything
66 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
71 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR
113 sev < webrtc::LS_INFO ? (void) 0 :
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
Logging.java 64 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 66 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
78 LS_INFO = 3,
81 INFO = LS_INFO,
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 72 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
84 LS_INFO = 3,
87 INFO = LS_INFO,
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 112 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
116 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
117 INFO = LS_INFO,
  /external/chromium_org/third_party/webrtc/base/
logging.h 95 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
99 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
100 INFO = LS_INFO,

Completed in 1588 milliseconds