Searched refs:nanoseconds_to_microseconds (Results 1 – 6 of 6) sorted by relevance
47 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_BOOTTIME))/1000; in platform_lib_abstraction_elapsed_millis_since_boot()57 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_BOOTTIME)); in platform_lib_abstraction_elapsed_micros_since_boot()
57 static inline nsecs_t nanoseconds_to_microseconds(nsecs_t secs) { in nanoseconds_to_microseconds() function77 return nanoseconds_to_microseconds(v); in ns2us()
59 static CONSTEXPR inline nsecs_t nanoseconds_to_microseconds(nsecs_t secs) in nanoseconds_to_microseconds() function69 static CONSTEXPR inline nsecs_t ns2us(nsecs_t v) {return nanoseconds_to_microseconds(v);} in ns2us()
60 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_THREAD)); in android_os_SystemClock_currentThreadTimeMicro()