Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h103 bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const override { return true; } in shouldPresentNow() function
DBufferLayer.cpp462 bool BufferLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferLayer
DLayer.h520 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function