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

  /system/extras/perfprofd/
perfprofdutils.cc 31 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, fmt, ap);
39 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, fmt, ap);
47 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, fmt, ap);
  /system/keymaster/
soft_keymaster_logger.cpp 48 return LOG_PRI_VA(android_log_level, LOG_TAG, fmt, args);
  /system/core/libunwindstack/
Log.cpp 52 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, real_format.c_str(), args);
  /frameworks/ex/framesequence/jni/utils/
log.h 257 #ifndef LOG_PRI_VA
258 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /system/core/liblog/include/log/
log_main.h 76 #ifndef LOG_PRI_VA
77 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /frameworks/base/libs/common_time/
utils.cpp 110 LOG_PRI_VA(prio, tag, fmt, argp);
  /frameworks/base/core/jni/
android_os_SELinux.cpp 353 LOG_PRI_VA(priority, "SELinux", fmt, ap);
AndroidRuntime.cpp 357 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
    [all...]
  /frameworks/native/cmds/installd/
installd.cpp 300 LOG_PRI_VA(priority, "SELinux", fmt, ap);
otapreopt.cpp     [all...]

Completed in 2516 milliseconds