Searched refs:chrePlatformLogToBuffer (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/tinysys/include/chre/target_platform/ |
D | log.h | 43 void chrePlatformLogToBuffer(enum chreLogLevel level, const char *format, ...); 48 chrePlatformLogToBuffer(level, fmt, ##arg); \
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 42 void chrePlatformLogToBuffer(enum chreLogLevel chreLogLevel, const char *format, 52 chrePlatformLogToBuffer(level, fmt, ##__VA_ARGS__); \
|
/system/chre/platform/shared/ |
D | log_buffer_manager.cc | 25 void chrePlatformLogToBuffer(chreLogLevel chreLogLevel, const char *format, in chrePlatformLogToBuffer() function
|