Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DTimers.h68 static CONSTEXPR inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);} in s2ns() function
75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds()