Searched refs:outDisplayPresentTime (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 739 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps() 750 outDisplayPresentTime = -1; in resetTimestamps() 864 int64_t outDisplayPresentTime = -1; member in android::GetFrameTimestampsTest 1257 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1272 EXPECT_EQ(mFrames[1].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1400 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1418 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1439 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1477 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1498 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() [all …]
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 951 int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, in native_window_get_frame_timestamps() argument 957 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 203 const nsecs_t* outDisplayPresentTime, in checkConsumerForUpdates() argument 211 bool checkForDisplayPresent = (outDisplayPresentTime != nullptr) && in checkConsumerForUpdates() 259 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps() argument 271 if (outDisplayPresentTime != nullptr && !mFrameTimestampsSupportsPresent) { in getFrameTimestamps() 285 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps() 310 getFrameTimestampFence(outDisplayPresentTime, events->displayPresentFence, in getFrameTimestamps() 1118 nsecs_t* outDisplayPresentTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local 1124 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()
|
/frameworks/native/include/gui/ |
D | Surface.h | 155 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime,
|