Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/jni/soundpool/
H A DStreamManager.cpp387 const nsecs_t nowNs = systemTime(); in run() local
390 const int64_t diffNs = stream->getStopTimeNs() - nowNs; in run()