Home
last modified time | relevance | path

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

/system/chre/platform/include/chre/platform/
Dlog.h69 #define LOGE(format, ...) chreLogNull(format, ##__VA_ARGS__)
74 #define LOGW(format, ...) chreLogNull(format, ##__VA_ARGS__)
79 #define LOGI(format, ...) chreLogNull(format, ##__VA_ARGS__)
84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__)
/system/chre/util/include/chre/util/
Dlog_common.h33 inline void chreLogNull(const char *fmt, ...) { (void) fmt; } in chreLogNull() function
40 chreLogNull(fmt, ##__VA_ARGS__); \
/system/chre/host/common/include/chre_host/
Dlog.h47 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__)