Searched defs:TIME_TO_NANOS (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DTracks.cpp55 #define TIME_TO_NANOS(time) ((uint64_t)time.tv_sec * NANOS_PER_SECOND + time.tv_nsec) macro
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp2507 #define TIME_TO_NANOS(time) ((int64_t)time.tv_sec * 1000000000 + time.tv_nsec) macro
2508 const int64_t previousTimeNanos = TIME_TO_NANOS(mPreviousTimestamp.mTime);
2509 const int64_t currentTimeNanos = TIME_TO_NANOS(timestamp.mTime);
2510 #undef TIME_TO_NANOS macro

Completed in 246 milliseconds