Home
last modified time | relevance | path

Searched refs:LOG_PRI (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_internal_logging.h32 #ifdef LOG_PRI
33 #undef LOG_PRI
/frameworks/ex/framesequence/jni/utils/
Dlog.h243 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
249 #ifndef LOG_PRI
250 #define LOG_PRI(priority, tag, ...) \ macro
/frameworks/native/vulkan/libvulkan/
Dapi.cpp1087 LOG_PRI(prio, LOG_TAG, "[%s] Code %d : %s", layer_prefix, msg_code, msg); in DebugReportCallback()