Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h213 bool shouldPresentNow(const DispSync& dispSync) const;
DLayer.cpp1044 bool Layer::shouldPresentNow(const DispSync& dispSync) const { in shouldPresentNow() function in android::Layer
DSurfaceFlinger.cpp1721 if (layer->shouldPresentNow(mPrimaryDispSync)) { in handlePageFlip()