Home
last modified time | relevance | path

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

/chre-3.4.0/util/include/chre/util/
Dlog_common.h35 inline void chreLogNull(const char *fmt, ...) { in chreLogNull() function
44 chreLogNull(fmt, ##__VA_ARGS__); \
/chre-3.4.0/host/common/include/chre_host/
Dlog.h46 __attribute__((format(printf, 1, 2))) inline void chreLogNull( in chreLogNull() function
49 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__)