Home
last modified time | relevance | path

Searched refs:android_LogPriority (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/liblog_stub/include/android/
Dlog.h24 typedef enum android_LogPriority { enum
43 } android_LogPriority; typedef
/frameworks/native/libs/binder/liblog_stub/include/log/
Dlog.h34 constexpr bool __android_log_stub_is_loggable(android_LogPriority priority) { in __android_log_stub_is_loggable()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp94 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg); in android_util_Log_println_native()
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DDrmUtils.h90 void LogToBuffer(android_LogPriority level, const char *fmt, Args... args) { in LogToBuffer()
106 void LogToBuffer(android_LogPriority level, const uint8_t uuid[16], const char *fmt, Args... args) { in LogToBuffer()