Home
last modified time | relevance | path

Searched refs:lastRefreshStartTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp130 if (FrameEvents::isValidTimestamp(lastRefreshStartTime)) { in dump()
131 StringAppendF(&outString, "%" PRId64 "\n", lastRefreshStartTime); in dump()
292 frame.lastRefreshStartTime = d.mLastRefreshStartTime; in applyDelta()
414 frame->lastRefreshStartTime = refreshStartTime; in addPreComposition()
509 mLastRefreshStartTime(frameTimestamps.lastRefreshStartTime), in FrameEventsDelta()
H A DSurface.cpp327 getFrameTimestamp(outLastRefreshStartTime, events->lastRefreshStartTime); in getFrameTimestamps()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DFrameTimestamps.h90 nsecs_t lastRefreshStartTime{TIMESTAMP_PENDING};
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.cpp2306 nsecs_t* lastRefreshStartTime = nullptr; in eglGetFrameTimestampsANDROIDImpl() local
2326 lastRefreshStartTime = &values[i]; in eglGetFrameTimestampsANDROIDImpl()
2348 lastRefreshStartTime, gpuCompositionDoneTime, in eglGetFrameTimestampsANDROIDImpl()