Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/tests/
DANativeWindowTest.cpp41 nsecs_t getLastQueueDuration() const { return mLastQueueDuration; } in getLastQueueDuration()
/frameworks/native/libs/gui/include/gui/
DSurface.h562 nsecs_t mLastQueueDuration = 0; variable
/frameworks/native/libs/gui/
DSurface.cpp1173 mLastQueueDuration = systemTime() - now; in queueBuffer()
1218 mLastQueueDuration = systemTime() - now; in queueBuffers()
1325 int64_t durationUs = mLastQueueDuration / 1000; in query()
1729 *lastQueueDuration = mLastQueueDuration; in dispatchGetLastQueueDuration()