Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurface_test.cpp1028 &outRequestedPresentTime, &outAcquireTime, &outLatchTime, in getAllFrameTimestamps()
1037 outLatchTime = -1; in resetTimestamps()
1151 int64_t outLatchTime = -1; member in android::GetFrameTimestampsTest
1539 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1554 EXPECT_EQ(mFrames[1].kLatchTime, outLatchTime); in TEST_F()
1683 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1701 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1721 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1760 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
1781 EXPECT_EQ(mFrames[0].kLatchTime, outLatchTime); in TEST_F()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h960 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps() argument
966 frameId, outRequestedPresentTime, outAcquireTime, outLatchTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/
DSurface.cpp208 const nsecs_t* outLatchTime, in checkConsumerForUpdates() argument
215 bool checkForLatch = (outLatchTime != nullptr) && !e->hasLatchInfo(); in checkConsumerForUpdates()
266 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps() argument
293 outLatchTime, outFirstRefreshStartTime, outLastRefreshStartTime, in getFrameTimestamps()
309 getFrameTimestamp(outLatchTime, events->latchTime); in getFrameTimestamps()
1247 nsecs_t* outLatchTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
1255 outRequestedPresentTime, outAcquireTime, outLatchTime, in dispatchGetFrameTimestamps()
/frameworks/native/libs/gui/include/gui/
DSurface.h171 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime,