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

/frameworks/native/include/utils/
H A DTimers.h66 static inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);} function
73 static inline nsecs_t seconds(nsecs_t v) { return s2ns(v); }

Completed in 22 milliseconds