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

  /frameworks/ex/framesequence/jni/utils/
log.h 257 #ifndef LOG_PRI_VA
258 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /cts/tests/tests/jni/libjnitest/
helper.c 32 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args);
  /frameworks/base/libs/common_time/
utils.cpp 110 LOG_PRI_VA(prio, tag, fmt, argp);
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 448 #ifndef LOG_PRI_VA
449 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /system/core/include/log/
log.h 446 #ifndef LOG_PRI_VA
447 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /frameworks/base/core/jni/
android_os_SELinux.cpp 460 LOG_PRI_VA(priority, "SELinux", fmt, ap);
AndroidRuntime.cpp 332 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
    [all...]
  /frameworks/native/cmds/installd/
installd.c 649 LOG_PRI_VA(priority, "SELinux", fmt, ap);

Completed in 1270 milliseconds