OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_FUNC
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/util/
nano_log.h
8
#define
LOG_FUNC
(level, ...) printf(__VA_ARGS__)
/device/google/contexthub/firmware/os/algos/calibration/util/
cal_log.h
32
# ifndef
LOG_FUNC
33
# define
LOG_FUNC
(level, fmt, ...) osLog(level, fmt, ##__VA_ARGS__)
34
# endif //
LOG_FUNC
36
LOG_FUNC
(LOG_DEBUG, "%s " fmt "\n", tag, ##__VA_ARGS__)
Completed in 55 milliseconds