Searched refs:outDisplayPresentTime (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 822 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps() 833 outDisplayPresentTime = -1; in resetTimestamps() 947 int64_t outDisplayPresentTime = -1; member in android::GetFrameTimestampsTest 1336 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1351 EXPECT_EQ(mFrames[1].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1479 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1497 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1518 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1556 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1577 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() [all …]
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 940 int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, in native_window_get_frame_timestamps() argument 946 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 209 const nsecs_t* outDisplayPresentTime, in checkConsumerForUpdates() argument 217 bool checkForDisplayPresent = (outDisplayPresentTime != nullptr) && in checkConsumerForUpdates() 265 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps() argument 277 if (outDisplayPresentTime != nullptr && !mFrameTimestampsSupportsPresent) { in getFrameTimestamps() 291 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps() 316 getFrameTimestampFence(outDisplayPresentTime, events->displayPresentFence, in getFrameTimestamps() 1169 nsecs_t* outDisplayPresentTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local 1175 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 157 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime,
|