Searched refs:time_ns (Results 1 – 7 of 7) sorted by relevance
47 uint64_t time_ns = 0; in chreGetTime() local48 (void)syscallDo1P(SYSCALL_CHRE_API(GET_TIME), &time_ns); in chreGetTime()49 return time_ns; in chreGetTime()53 int64_t time_ns = 0; in chreGetEstimatedHostTimeOffset() local54 (void)syscallDo1P(SYSCALL_CHRE_API(GET_HOST_TIME_OFFSET), &time_ns); in chreGetEstimatedHostTimeOffset()55 return time_ns; in chreGetEstimatedHostTimeOffset()
50 uint64_t time_ns = 0; in chreGetTime() local51 (void)syscallDo1P(SYSCALL_CHRE_API(GET_TIME), &time_ns); in chreGetTime()52 return time_ns; in chreGetTime()
27 setprop ro.config.schetune.touchboost.time_ns 1000000000
953 __s64 time_ns; member
553 __s64 time_ns; member