Searched refs:eOsLog (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 44 eOsLog(LOG_DEBUG, "App 0 terminating"); in end_task() 56 eOsLog(LOG_INFO, "App 0 started with tid %u timerid %u\n", mMyTid, timerId); in handle_event() 59 …eOsLog(LOG_INFO, "App 0 received timer %u callback: %d (TIM: %lld, RTC: %lld, SENSOR: %lld, HOST: … in handle_event()
|
/device/google/contexthub/firmware/os/algos/util/ |
D | nano_assert.h | 16 #define ASSERT_LOG_FUNC(fmt, ...) eOsLog(LOG_ERROR, fmt, ##__VA_ARGS__)
|
/device/google/contexthub/firmware/os/inc/ |
D | syscallDo.h | 90 static inline void eOsLog(enum LogLevel level, const char *str, ...) in eOsLog() function
|