Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/contexthub/firmware/os/algos/util/
Dnano_log.h8 #define LOG_FUNC(level, ...) printf(__VA_ARGS__) macro
/aosp_15_r20/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h35 # define LOG_FUNC(level, fmt, ...) osLog(level, fmt, ##__VA_ARGS__) macro