Searched refs:shouldPresentNow (Results 1 – 6 of 6) sorted by relevance
55 bool shouldPresentNow(nsecs_t expectedPresentTime) const override;
50 bool shouldPresentNow(nsecs_t expectedPresentTime) const override;
101 bool BufferQueueLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferQueueLayer
134 bool BufferStateLayer::shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { in shouldPresentNow() function in android::BufferStateLayer
626 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function
3105 if (layer->shouldPresentNow(expectedPresentTime)) { in handlePageFlip()