Searched defs:us2ns (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/utils/
H A DTimers.h68 static inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} function
75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); }

Completed in 117 milliseconds