OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eOsLog
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/app/test0.app/
test_app0.c
44
eOsLog
(LOG_DEBUG, "App 0 terminating");
56
eOsLog
(LOG_INFO, "App 0 started with tid %u timerid %u\n", mMyTid, timerId);
59
eOsLog
(LOG_INFO, "App 0 received timer %u callback: %d (TIM: %lld, RTC: %lld, SENSOR: %lld, HOST: %lld)\n", te->timerId, *(int *)te->data, eOsTimGetTime(), eOsRtcGetTime(), eOsSensorGetTime(), eOsHostGetTime());
/device/google/contexthub/firmware/os/algos/util/
nano_assert.h
19
#define ASSERT_LOG_FUNC(fmt, ...)
eOsLog
(LOG_ERROR, fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/inc/
syscallDo.h
90
static inline void
eOsLog
(enum LogLevel level, const char *str, ...)
Completed in 74 milliseconds