Searched refs:shouldPresentNow (Results 1 – 6 of 6) sorted by relevance
56 bool shouldPresentNow(nsecs_t expectedPresentTime) const override;
47 bool shouldPresentNow(nsecs_t expectedPresentTime) const override;
92 bool BufferQueueLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferQueueLayer
104 bool BufferStateLayer::shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { in shouldPresentNow() function in android::BufferStateLayer
506 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function
3319 if (layer->shouldPresentNow(expectedPresentTime)) { in handlePageFlip()