Home
last modified time | relevance | path

Searched refs:eOsLog (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c44 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()
59eOsLog(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/
Dnano_assert.h19 #define ASSERT_LOG_FUNC(fmt, ...) eOsLog(LOG_ERROR, fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h90 static inline void eOsLog(enum LogLevel level, const char *str, ...) in eOsLog() function