Searched refs:mLastQueueDuration (Results 1 – 3 of 3) sorted by relevance
41 nsecs_t getLastQueueDuration() const { return mLastQueueDuration; } in getLastQueueDuration()
615 nsecs_t mLastQueueDuration = 0; variable
1149 mLastQueueDuration = systemTime() - now; in queueBuffer()1194 mLastQueueDuration = systemTime() - now; in queueBuffers()1298 int64_t durationUs = mLastQueueDuration / 1000; in query()1705 *lastQueueDuration = mLastQueueDuration; in dispatchGetLastQueueDuration()