Searched refs:outLatchTime (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | Surface_test.cpp | 1120 outLatchTime = -1; in resetTimestamps() 1234 int64_t outLatchTime = -1; member in android::GetFrameTimestampsTest 1622 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1637 EXPECT_EQ(mFrames[1].kLatchTime, outLatchTime); in TEST_F() 1766 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1784 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1804 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1843 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1864 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1902 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() [all …]
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
H A D | SurfaceProxy.cpp | 56 nsecs_t outRequestedPresentTime, outAcquireTime, outLatchTime, outFirstRefreshStartTime; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local 65 &outLatchTime, &outFirstRefreshStartTime, in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
|
/aosp12/frameworks/native/libs/nativewindow/include/system/ |
H A D | window.h | 979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps() argument 985 frameId, outRequestedPresentTime, outAcquireTime, outLatchTime, in native_window_get_frame_timestamps()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 224 const nsecs_t* outLatchTime, in checkConsumerForUpdates() argument 231 bool checkForLatch = (outLatchTime != nullptr) && !e->hasLatchInfo(); in checkConsumerForUpdates() 282 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps() argument 309 outLatchTime, outFirstRefreshStartTime, outLastRefreshStartTime, in getFrameTimestamps() 325 getFrameTimestamp(outLatchTime, events->latchTime); in getFrameTimestamps() 1676 nsecs_t* outLatchTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local 1684 outRequestedPresentTime, outAcquireTime, outLatchTime, in dispatchGetFrameTimestamps()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | Surface.h | 179 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime,
|