Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DTimers.h51 static inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) in nanoseconds_to_seconds() function
69 static inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);} in ns2s()