Home
last modified time | relevance | path

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

/system/core/include/utils/
DTimers.h66 static inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);} in s2ns() function
73 static inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds()