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);
  /frameworks/ex/framesequence/jni/utils/
log.h 257 #ifndef LOG_PRI_VA
258 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /external/dbus/dbus/
dbus-internals.c 260 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, format, args);
294 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args);
469 LOG_PRI_VA(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
  /frameworks/base/libs/common_time/
utils.cpp 110 LOG_PRI_VA(prio, tag, fmt, argp);
  /system/core/include/log/
log.h 467 #ifndef LOG_PRI_VA
468 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /frameworks/base/core/jni/
android_os_SELinux.cpp 353 LOG_PRI_VA(priority, "SELinux", fmt, ap);
AndroidRuntime.cpp 339 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
    [all...]
  /frameworks/native/cmds/installd/
installd.cpp 693 LOG_PRI_VA(priority, "SELinux", fmt, ap);
otapreopt.cpp 852 LOG_PRI_VA(priority, "SELinux", fmt, ap);

Completed in 1623 milliseconds