Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h58 bool hasDisplayPresentInfo() const;
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp1714 ASSERT_FALSE(events->hasDisplayPresentInfo()); in TEST_F()
1737 ASSERT_FALSE(events->hasDisplayPresentInfo()); in TEST_F()
1773 ASSERT_FALSE(events->hasDisplayPresentInfo()); in TEST_F()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp75 bool FrameEvents::hasDisplayPresentInfo() const { in hasDisplayPresentInfo() function in android::FrameEvents
DSurface.cpp256 !e->hasDisplayPresentInfo(); in checkConsumerForUpdates()
366 events->hasDisplayPresentInfo()); in getFrameTimestamps()