Home
last modified time | relevance | path

Searched refs:outDisplayPresentTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp58 nsecs_t outDisplayPresentTime = -1; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
62 while (outDisplayPresentTime < 0) { in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
67 &outDisplayPresentTime, &outDequeueReadyTime, &outReleaseTime); in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
68 if (outDisplayPresentTime < 0) { in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1187 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps()
1198 outDisplayPresentTime = -1; in resetTimestamps()
1312 int64_t outDisplayPresentTime = -1; member in android::GetFrameTimestampsTest
1701 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F()
1716 EXPECT_EQ(mFrames[1].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F()
1844 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F()
1862 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F()
1883 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F()
1921 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F()
1942 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h981 int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, in native_window_get_frame_timestamps() argument
987 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/
DSurface.cpp233 const nsecs_t* outDisplayPresentTime, in checkConsumerForUpdates() argument
241 bool checkForDisplayPresent = (outDisplayPresentTime != nullptr) && in checkConsumerForUpdates()
289 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps() argument
301 if (outDisplayPresentTime != nullptr && !mFrameTimestampsSupportsPresent) { in getFrameTimestamps()
315 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps()
340 getFrameTimestampFence(outDisplayPresentTime, events->displayPresentFence, in getFrameTimestamps()
1698 nsecs_t* outDisplayPresentTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
1704 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()
/frameworks/native/libs/gui/include/gui/
DSurface.h185 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime,