Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h119 #define SYSCALL_OS_MAIN_HOST_GET_TIME 0 // (uint64_t *timeNanos) -> void macro
DsyscallDo.h218 …_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_HOST, SYSCALL_OS_MAIN_HOST_GET_TIME), &tim… in eOsHostGetTime()
/device/google/contexthub/firmware/os/core/
DosApi.c549 [SYSCALL_OS_MAIN_HOST_GET_TIME] = { .func = osExpApiHostGetTime }, in osApiExport()