Searched defs:shouldPresentNow (Results 1 – 3 of 3) sorted by relevance
104 bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const override { return true; } in shouldPresentNow() function
466 bool BufferLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferLayer
533 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function