Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/util/
Dnano_assert.h16 #define ASSERT_LOG_FUNC(fmt, ...) eOsLog(LOG_ERROR, fmt, ##__VA_ARGS__) macro
19 #define ASSERT_LOG_FUNC(fmt, ...) chreLog(LOG_ERROR, fmt, ##__VA_ARGS__) macro