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

/frameworks/rs/
H A DrsCppUtils.h153 typedef int64_t nsecs_t; // nano-seconds typedef
162 static inline nsecs_t systemTime(int clock)
174 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
180 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
184 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)

Completed in 119 milliseconds