Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp57 nsecs_t outLastRefreshStartTime, outGlCompositionDoneTime, outDequeueReadyTime; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp229 const nsecs_t* outDequeueReadyTime, in checkConsumerForUpdates()
284 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps()
1681 nsecs_t* outDequeueReadyTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h981 int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, in native_window_get_frame_timestamps()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1239 int64_t outDequeueReadyTime = -1; member in android::GetFrameTimestampsTest