Searched refs:LogToBuffer (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | DrmUtils.h | 78 void LogToBuffer(android_LogPriority level, const char *fmt, Args... args) { in LogToBuffer() function 94 void LogToBuffer(android_LogPriority level, const uint8_t uuid[16], const char *fmt, Args... args) { in LogToBuffer() function 98 LogToBuffer(level, uuidFmt.c_str(), htobe64(uuid2[0]), htobe64(uuid2[1]), args...); in LogToBuffer() 102 #define LOG2BE(...) LogToBuffer(ANDROID_LOG_ERROR, __VA_ARGS__) 103 #define LOG2BW(...) LogToBuffer(ANDROID_LOG_WARN, __VA_ARGS__) 104 #define LOG2BI(...) LogToBuffer(ANDROID_LOG_INFO, __VA_ARGS__) 105 #define LOG2BD(...) LogToBuffer(ANDROID_LOG_DEBUG, __VA_ARGS__) 106 #define LOG2BV(...) LogToBuffer(ANDROID_LOG_VERBOSE, __VA_ARGS__)
|