Searched refs:withEos (Results 1 – 8 of 8) sorted by relevance
78 virtual Return<Status> drain(bool withEos) override;
81 virtual Return<Status> drain(bool withEos) override;
276 Return<Status> Component::drain(bool withEos) { in drain() argument277 return static_cast<Status>(mComponent->drain_nb(withEos ? in drain()
102 * @param withEos Whether to drain the component with marking end-of-stream.110 drain(bool withEos) generates (Status status);
107 * @param withEos Whether to drain the component with marking end-of-stream.113 drain(bool withEos) generates (Status status);