Searched refs:outLatchTime (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 820 &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/ |
D | window.h | 938 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/ |
D | Surface.cpp | 205 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/ |
D | Surface.h | 155 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime,
|