HomeSort by relevance Sort by last modified time
    Searched full:nanoseconds_to_seconds (Results 1 - 1 of 1) sorted by null

  /frameworks/native/include/utils/
Timers.h 51 static inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) function
69 static inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);}

Completed in 511 milliseconds