Home
last modified time | relevance | path

Searched defs:CHPP_LOGE (Results 1 – 2 of 2) sorted by relevance

/system/chre/chpp/include/chpp/
Dlog.h59 #define CHPP_LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_log.h46 #define CHPP_LOGE(fmt, ...) CHPP_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__) macro