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

  /bionic/libc/async_safe/include/async_safe/
log.h 43 ANDROID_LOG_DEFAULT, /* only for SetMinPriority() */
  /system/core/liblog/include/android/
log.h 83 ANDROID_LOG_DEFAULT, /* only for SetMinPriority() */
  /system/core/liblog/
logprint.c 135 pri = ANDROID_LOG_DEFAULT;
154 case ANDROID_LOG_DEFAULT:
172 case ANDROID_LOG_DEFAULT:
186 if (p_curFilter->mPri == ANDROID_LOG_DEFAULT) {
379 android_LogPriority pri = ANDROID_LOG_DEFAULT;
401 if (pri == ANDROID_LOG_DEFAULT) {
411 if (pri == ANDROID_LOG_DEFAULT) {
    [all...]
fake_log_device.c 255 minPrio = ANDROID_LOG_DEFAULT;
pmsg_reader.c 192 (buf.prio == ANDROID_LOG_DEFAULT) ||
  /libcore/ojluni/src/main/native/
System.c 243 default: priority = ANDROID_LOG_DEFAULT; break;

Completed in 261 milliseconds