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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logging.h 19 // approaching a frame or packet frequency, use LS_VERBOSE if necessary, or
64 // LS_VERBOSE: This level is for data which we do not want to appear in the
71 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR
140 #define LOG_API0() LOG_F(LS_VERBOSE)
  /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/webrtc/overrides/webrtc/base/
logging.h 70 // LS_VERBOSE: This level is for data which we do not want to appear in the
85 LS_VERBOSE = 4,
  /external/chromium_org/third_party/webrtc/base/
logging.h 93 // LS_VERBOSE: This level is for data which we do not want to appear in the
99 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,

Completed in 96 milliseconds