Home
last modified time | relevance | path

Searched refs:currentTimeNanos (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
DAudioTrack.cpp2322 const uint64_t currentTimeNanos = TIME_TO_NANOS(timestamp.mTime); in getTimestamp() local
2324 if (currentTimeNanos < previousTimeNanos) { in getTimestamp()