Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h32 # ifndef LOG_FUNC
33 # define LOG_FUNC(level, fmt, ...) osLog(level, fmt, ##__VA_ARGS__) macro
36 LOG_FUNC(LOG_DEBUG, "%s " fmt "\n", tag, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/algos/util/
Dnano_log.h8 #define LOG_FUNC(level, ...) printf(__VA_ARGS__) macro