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

  /hardware/google/interfaces/pixelstats/1.0/default/
RateLimiter.cpp 48 if (nanoseconds_to_seconds(elapsed) > kDaySeconds) {
  /system/core/libutils/include/utils/
Timers.h 53 static CONSTEXPR inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) function
71 static CONSTEXPR inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);}
  /system/tools/hidl/test/hidl_test/
FooCallback.cpp 78 ALOGI("SERVER(FooCallback) 8.1: reportResults(%" PRId64 " seconds)", nanoseconds_to_seconds(ns));
hidl_test_client.cpp     [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 510 debugNumFrames, nanoseconds_to_seconds(
    [all...]

Completed in 135 milliseconds