Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp58 nsecs_t outDisplayPresentTime = -1; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp228 const nsecs_t* outDisplayPresentTime, in checkConsumerForUpdates()
284 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps()
1680 nsecs_t* outDisplayPresentTime = 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.cpp1238 int64_t outDisplayPresentTime = -1; member in android::GetFrameTimestampsTest