Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrack.cpp2509 const int64_t currentTimeNanos = TIME_TO_NANOS(timestamp.mTime); in getTimestamp() local
2511 if (currentTimeNanos < previousTimeNanos) { in getTimestamp()