Home
last modified time | relevance | path

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

/system/core/include/utils/
DTimers.h53 static CONSTEXPR inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) in nanoseconds_to_seconds() function
71 static CONSTEXPR inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);} in ns2s()