Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.h55 bool shouldPresentNow(nsecs_t expectedPresentTime) const override;
DBufferStateLayer.h50 bool shouldPresentNow(nsecs_t expectedPresentTime) const override;
DBufferQueueLayer.cpp101 bool BufferQueueLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferQueueLayer
DBufferStateLayer.cpp134 bool BufferStateLayer::shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { in shouldPresentNow() function in android::BufferStateLayer
DLayer.h626 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function
DSurfaceFlinger.cpp3105 if (layer->shouldPresentNow(expectedPresentTime)) { in handlePageFlip()