Searched refs:isBufferDue (Results 1 – 5 of 5) sorted by relevance
57 bool isBufferDue(nsecs_t expectedPresentTime) const override;
184 virtual bool isBufferDue(nsecs_t /*expectedPresentTime*/) const = 0;
48 bool isBufferDue(nsecs_t /*expectedPresentTime*/) const override { return true; } in isBufferDue() function
103 bool BufferQueueLayer::isBufferDue(nsecs_t expectedPresentTime) const { in isBufferDue() function in android::BufferQueueLayer
483 return isBufferDue(expectedPresentTime); in shouldPresentNow()