Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h53 bool hasLatchInfo() const;
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp1711 ASSERT_FALSE(events->hasLatchInfo()); in TEST_F()
1734 ASSERT_FALSE(events->hasLatchInfo()); in TEST_F()
1770 ASSERT_FALSE(events->hasLatchInfo()); in TEST_F()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp47 bool FrameEvents::hasLatchInfo() const { in hasLatchInfo() function in android::FrameEvents
DSurface.cpp250 bool checkForLatch = (outLatchTime != nullptr) && !e->hasLatchInfo(); in checkConsumerForUpdates()