Searched refs:mLastQueueDuration (Results 1 – 3 of 3) sorted by relevance
41 nsecs_t getLastQueueDuration() const { return mLastQueueDuration; } in getLastQueueDuration()
562 nsecs_t mLastQueueDuration = 0; variable
1173 mLastQueueDuration = systemTime() - now; in queueBuffer()1218 mLastQueueDuration = systemTime() - now; in queueBuffers()1325 int64_t durationUs = mLastQueueDuration / 1000; in query()1729 *lastQueueDuration = mLastQueueDuration; in dispatchGetLastQueueDuration()