Searched refs:chreLogNull (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/include/chre/platform/ |
D | log.h | 69 #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/ |
D | log_common.h | 33 inline void chreLogNull(const char *fmt, ...) { (void) fmt; } in chreLogNull() function 40 chreLogNull(fmt, ##__VA_ARGS__); \
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 47 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__)
|