Searched defs:nsecs_t (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/
H A DrsCppUtils.h60 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)
/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h27 #include <utils/Timers.h> // for nsecs_t
34 typedef int64_t nsecs_t; typedef in namespace:android

Completed in 8 milliseconds