Home
last modified time | relevance | path

Searched defs:outFirstRefreshStartTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp56 nsecs_t outRequestedPresentTime, outAcquireTime, outLatchTime, outFirstRefreshStartTime; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp225 const nsecs_t* outFirstRefreshStartTime, in checkConsumerForUpdates()
282 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps()
1677 nsecs_t* outFirstRefreshStartTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1235 int64_t outFirstRefreshStartTime = -1; member in android::GetFrameTimestampsTest