Home
last modified time | relevance | path

Searched refs:outLatchTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurface_test.cpp820 &outRequestedPresentTime, &outAcquireTime, &outLatchTime, in getAllFrameTimestamps()
829 outLatchTime = -1; in resetTimestamps()
943 int64_t outLatchTime = -1; member in android::GetFrameTimestampsTest
1331 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1346 EXPECT_EQ(mFrames[1].kLatchTime, outLatchTime); in TEST_F()
1475 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1493 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1513 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1552 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1573 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h938 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps() argument
944 frameId, outRequestedPresentTime, outAcquireTime, outLatchTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/
DSurface.cpp205 const nsecs_t* outLatchTime, in checkConsumerForUpdates() argument
212 bool checkForLatch = (outLatchTime != nullptr) && !e->hasLatchInfo(); in checkConsumerForUpdates()
263 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps() argument
290 outLatchTime, outFirstRefreshStartTime, outLastRefreshStartTime, in getFrameTimestamps()
306 getFrameTimestamp(outLatchTime, events->latchTime); in getFrameTimestamps()
1165 nsecs_t* outLatchTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
1173 outRequestedPresentTime, outAcquireTime, outLatchTime, in dispatchGetFrameTimestamps()
/frameworks/native/libs/gui/include/gui/
DSurface.h155 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime,