Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h64 bool hasLatchInfo() const;
/frameworks/native/libs/gui/
DFrameTimestamps.cpp47 bool FrameEvents::hasLatchInfo() const { in hasLatchInfo() function in android::FrameEvents
DSurface.cpp215 bool checkForLatch = (outLatchTime != nullptr) && !e->hasLatchInfo(); in checkConsumerForUpdates()