HomeSort by relevance Sort by last modified time
    Searched refs:android_LogPriority (Results 26 - 30 of 30) sorted by null

12

  /system/core/toolbox/
log.c 45 static android_LogPriority filterCharToPri (char c)
47 android_LogPriority pri;
55 pri = (android_LogPriority)(c - '0');
92 android_LogPriority priority;
  /external/webkit/Source/WebKit/android/plugins/
ANPLogInterface.cpp 36 android_LogPriority priority;
  /system/core/include/cutils/
logprint.h 46 android_LogPriority priority;
99 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri);
  /system/core/liblog/
logprint.c 34 android_LogPriority mPri;
39 android_LogPriority global_pri;
44 static FilterInfo * filterinfo_new(const char * tag, android_LogPriority pri)
69 static android_LogPriority filterCharToPri (char c)
71 android_LogPriority pri;
79 pri = (android_LogPriority)(c - '0');
104 static char filterPriToChar (android_LogPriority pri)
121 static android_LogPriority filterPriForTag(
164 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri)
239 android_LogPriority pri = ANDROID_LOG_DEFAULT
    [all...]
  /frameworks/base/core/jni/
android_util_Log.cpp 128 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg);

Completed in 1446 milliseconds

12