Home
last modified time | relevance | path

Searched defs:shouldPresentNow (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp264 bool BufferLayer::shouldPresentNow(const DispSync& dispSync) const { in shouldPresentNow() function in android::BufferLayer
DLayer.h403 virtual bool shouldPresentNow(const DispSync& /*dispSync*/) const { return false; } in shouldPresentNow() function