Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/external/toybox/lib/
Dportability.h256 ANDROID_LOG_UNKNOWN = 0, enumerator
/external/libchrome/libchrome_tools/patch/
Dlogging.patch60 (severity_ < 0) ? ANDROID_LOG_VERBOSE : ANDROID_LOG_UNKNOWN;
/external/webrtc/webrtc/base/
Dlogging.cc404 prio = ANDROID_LOG_UNKNOWN; in OutputToDebug()
/external/libchrome/base/
Dlogging.cc762 (severity_ < 0) ? ANDROID_LOG_VERBOSE : ANDROID_LOG_UNKNOWN; in ~LogMessage()
/external/libusb/libusb/
Dcore.c2327 int priority = ANDROID_LOG_UNKNOWN; in usbi_log_str()