Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.cpp92 bool BufferQueueLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferQueueLayer
DBufferStateLayer.cpp100 bool BufferStateLayer::shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { in shouldPresentNow() function in android::BufferStateLayer
DLayer.h497 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function