Searched refs:outLatchTime (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
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()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 1199 &outRequestedPresentTime, &outAcquireTime, &outLatchTime, in getAllFrameTimestamps() 1208 outLatchTime = -1; in resetTimestamps() 1322 int64_t outLatchTime = -1; member in android::GetFrameTimestampsTest 1700 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1715 EXPECT_EQ(mFrames[1].kLatchTime, outLatchTime); in TEST_F() 1844 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1862 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1882 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1921 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() 1942 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F() [all …]
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 982 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps() argument 988 frameId, outRequestedPresentTime, outAcquireTime, outLatchTime, in native_window_get_frame_timestamps()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 243 const nsecs_t* outLatchTime, in checkConsumerForUpdates() argument 250 bool checkForLatch = (outLatchTime != nullptr) && !e->hasLatchInfo(); in checkConsumerForUpdates() 301 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps() argument 328 outLatchTime, outFirstRefreshStartTime, outLastRefreshStartTime, in getFrameTimestamps() 344 getFrameTimestamp(outLatchTime, events->latchTime); in getFrameTimestamps() 1652 nsecs_t* outLatchTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local 1660 outRequestedPresentTime, outAcquireTime, outLatchTime, in dispatchGetFrameTimestamps()
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 203 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime,
|