Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c47 uint64_t time_ns = 0; in chreGetTime() local
48 (void)syscallDo1P(SYSCALL_CHRE_API(GET_TIME), &time_ns); in chreGetTime()
49 return time_ns; in chreGetTime()