Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferLayer.h108 bool shouldPresentNow(const DispSync& dispSync) const override;
DLayer.h403 virtual bool shouldPresentNow(const DispSync& /*dispSync*/) const { return false; } in shouldPresentNow() function
DBufferLayer.cpp264 bool BufferLayer::shouldPresentNow(const DispSync& dispSync) const { in shouldPresentNow() function in android::BufferLayer
DSurfaceFlinger.cpp2830 if (layer->shouldPresentNow(mPrimaryDispSync)) { in handlePageFlip()