Home
last modified time | relevance | path

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

/system/core/include/utils/
DTimers.h63 static CONSTEXPR inline nsecs_t nanoseconds_to_microseconds(nsecs_t secs) in nanoseconds_to_microseconds() function
73 static CONSTEXPR inline nsecs_t ns2us(nsecs_t v) {return nanoseconds_to_microseconds(v);} in ns2us()