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