Searched refs:outDisplayPresentTime (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 904 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps() 915 outDisplayPresentTime = -1; in resetTimestamps() 1029 int64_t outDisplayPresentTime = -1; member in android::GetFrameTimestampsTest 1418 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1433 EXPECT_EQ(mFrames[1].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1561 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1579 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1600 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() 1638 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outDisplayPresentTime); in TEST_F() 1659 EXPECT_EQ(mFrames[0].mRefreshes[0].kPresentTime, outDisplayPresentTime); in TEST_F() [all …]
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 962 int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, in native_window_get_frame_timestamps() argument 968 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 211 const nsecs_t* outDisplayPresentTime, in checkConsumerForUpdates() argument 219 bool checkForDisplayPresent = (outDisplayPresentTime != nullptr) && in checkConsumerForUpdates() 267 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime, in getFrameTimestamps() argument 279 if (outDisplayPresentTime != nullptr && !mFrameTimestampsSupportsPresent) { in getFrameTimestamps() 293 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps() 318 getFrameTimestampFence(outDisplayPresentTime, events->displayPresentFence, in getFrameTimestamps() 1250 nsecs_t* outDisplayPresentTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local 1256 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 157 nsecs_t* outDisplayPresentTime, nsecs_t* outDequeueReadyTime,
|