Searched defs:nsecs_t (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/memtest/
H A Dmemtest.h20 typedef long long nsecs_t; typedef
23 nsecs_t system_time();
H A Dfptest.cpp34 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/
H A DTimers.h36 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_millisecond
[all...]
/system/core/libutils/include/utils/
H A DTimers.h36 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_millisecond
[all...]

Completed in 112 milliseconds