Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h97 #define SYSCALL_OS_MAIN_SENSOR_GET_TIME 10 // (uint64_t *timeNanos) -> void macro
DsyscallDo.h161 …(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_GET_TIME), &ti… in eOsSensorGetTime()
/device/google/contexthub/firmware/os/core/
DosApi.c514 [SYSCALL_OS_MAIN_SENSOR_GET_TIME] = { .func = osExpApiSensorGetTime, }, in osApiExport()