Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DTimers.h48 static CONSTEXPR inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs) in microseconds_to_nanoseconds() function
70 static CONSTEXPR inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} in us2ns()