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

  /system/core/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);}
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 415 nanoseconds_to_seconds(systemTime(CLOCK_MONOTONIC) - startWhenNsec));

Completed in 117 milliseconds