Searched refs:mLastQueueDuration (Results 1 – 3 of 3) sorted by relevance
41 nsecs_t getLastQueueDuration() const { return mLastQueueDuration; } in getLastQueueDuration()
523 nsecs_t mLastQueueDuration = 0; variable
893 mLastQueueDuration = systemTime() - now; in queueBuffer()1030 int64_t durationUs = mLastQueueDuration / 1000; in query()1428 *lastQueueDuration = mLastQueueDuration; in dispatchGetLastQueueDuration()