HomeSort by relevance Sort by last modified time
    Searched defs:nsecs_t (Results 1 - 10 of 10) sorted by null

  /system/extras/tests/memtest/
memtest.h 20 typedef long long nsecs_t; typedef
23 nsecs_t system_time();
fptest.cpp 34 typedef long long nsecs_t; typedef
35 static nsecs_t gTime;
38 static nsecs_t system_time()
43 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
53 nsecs_t t = system_time() - gTime;
  /system/core/include/utils/
Timers.h 34 typedef int64_t nsecs_t; // nano-seconds typedef
36 static inline nsecs_t seconds_to_nanoseconds(nsecs_t secs)
41 static inline nsecs_t milliseconds_to_nanoseconds(nsecs_t secs)
46 static inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs)
51 static inline nsecs_t nanoseconds_to_seconds(nsecs_t secs)
56 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 61 typedef int64_t nsecs_t; typedef in namespace:qcamera
127 nsecs_t timestamp, int32_t request_id);
  /frameworks/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsCppUtils.h 147 typedef int64_t nsecs_t; // nano-seconds typedef
156 static inline nsecs_t systemTime(int clock)
168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
178 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.h 61 typedef int64_t nsecs_t; typedef in namespace:qcamera
145 nsecs_t timestamp, int32_t request_id,
239 nsecs_t timestamp;
276 nsecs_t mLoopBackTimestamp;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 70 typedef int64_t nsecs_t; typedef in namespace:qcamera
161 nsecs_t timestamp, int32_t request_id,
272 nsecs_t timestamp;
318 nsecs_t mLoopBackTimestamp;

Completed in 475 milliseconds