HomeSort by relevance Sort by last modified time
    Searched defs:nsecs_t (Results 1 - 11 of 11) 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;
  /device/google/marlin/camera/QCamera2/util/
QCameraPerf.h 55 typedef int64_t nsecs_t; typedef
92 nsecs_t mStartTimeofLock;
  /system/core/libutils/include/utils/
Timers.h 36 typedef int64_t nsecs_t; // nano-seconds typedef
38 static CONSTEXPR inline nsecs_t seconds_to_nanoseconds(nsecs_t secs)
43 static CONSTEXPR inline nsecs_t milliseconds_to_nanoseconds(nsecs_t secs)
48 static CONSTEXPR inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs)
53 static CONSTEXPR inline nsecs_t nanoseconds_to_seconds(nsecs_t secs)
58 static CONSTEXPR inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs
    [all...]
  /frameworks/rs/
rsCppUtils.h 60 typedef int64_t nsecs_t; // nano-seconds typedef in namespace:android::renderscript
69 static inline nsecs_t systemTime(int clock)
81 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
87 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
91 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 64 typedef int64_t nsecs_t; typedef
246 nsecs_t mLastFpsTime;
QCamera3HWI.h 67 typedef int64_t nsecs_t; typedef in namespace:qcamera
109 nsecs_t timestamp;
324 void updateTimeStampInPendingBuffers(uint32_t frameNumber, nsecs_t timestamp);
417 nsecs_t timestamp;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.h 67 typedef int64_t nsecs_t; typedef
263 nsecs_t mLastFpsTime;
QCamera3HWI.h 74 typedef int64_t nsecs_t; typedef in namespace:qcamera
128 nsecs_t timestamp;
129 nsecs_t av_timestamp;
475 void updateTimeStampInPendingBuffers(uint32_t frameNumber, nsecs_t timestamp);
591 nsecs_t timestamp;
592 nsecs_t expectedFrameDuration;
658 nsecs_t mExpectedFrameDuration;
659 nsecs_t mExpectedInflightDuration;
660 static const nsecs_t kDefaultExpectedDuration = 100000000; // 100 ms
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 76 typedef int64_t nsecs_t; typedef
292 nsecs_t prev_timestamp;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 82 typedef int64_t nsecs_t; typedef
344 nsecs_t prev_timestamp;
    [all...]

Completed in 308 milliseconds