Searched defs:shouldPresentNow (Results 1 – 3 of 3) sorted by relevance
92 bool BufferQueueLayer::shouldPresentNow(nsecs_t expectedPresentTime) const { in shouldPresentNow() function in android::BufferQueueLayer
100 bool BufferStateLayer::shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { in shouldPresentNow() function in android::BufferStateLayer
497 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() function