Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h104 bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const override { return true; } in shouldPresentNow() function
H A DBufferLayer.cpp466 bool BufferLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferLayer
H A DLayer.h533 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function