Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.cpp58 int64_t nowNs; in pollOnce() local
60 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()
66 mCondition.waitRelative(mLock, waitUntilNs - nowNs); in pollOnce()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp745 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferSent() local
746 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()
814 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferReceived() local
815 int64_t latencyUs = (nowNs - startdata.startedNs + 500) / 1000; in statsBufferReceived()
/frameworks/av/services/audioflinger/
DThreads.cpp3542 const nsecs_t nowNs = systemTime(); in threadLoop() local
3546 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()
3551 timeLoopNextNs = nowNs + deltaNs; in threadLoop()