Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DosApi.h113 #define SYSCALL_OS_MAIN_TIME_GET_TIME 0 // (uint64_t *timeNanos) -> void macro
DsyscallDo.h214 …_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_TIME, SYSCALL_OS_MAIN_TIME_GET_TIME), &tim… in eOsTimGetTime()
/device/google/contexthub/firmware/src/
DosApi.c501 [SYSCALL_OS_MAIN_TIME_GET_TIME] = { .func = osExpApiTimGetTime, }, in osApiExport()