Searched refs:outDisplayPresentTime (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
D | SurfaceProxy.cpp | 58 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/ |
D | Surface_test.cpp | 1201 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps() 1212 outDisplayPresentTime = -1; in resetTimestamps() 1326 int64_t outDisplayPresentTime = -1; member in android::GetFrameTimestampsTest 1705 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1720 EXPECT_EQ(mFrames[1].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1848 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1866 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1887 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1925 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1946 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() [all …]
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 984 int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, in native_window_get_frame_timestamps() argument 990 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 247 const nsecs_t* outDisplayPresentTime, in checkConsumerForUpdates() argument 255 bool checkForDisplayPresent = (outDisplayPresentTime != nullptr) && in checkConsumerForUpdates() 303 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps() argument 315 if (outDisplayPresentTime != nullptr && !mFrameTimestampsSupportsPresent) { in getFrameTimestamps() 329 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps() 365 getFrameTimestampFence(outDisplayPresentTime, events->displayPresentFence, in getFrameTimestamps() 1656 nsecs_t* outDisplayPresentTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local 1662 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 205 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime,
|