Searched defs:Done (Results 1 – 5 of 5) sorted by relevance
23 enum class WaitResult { Wait, Done, Fail }; enumerator
251 bool Done() const { return stream_buffer_->Done(); } in Done() function297 bool Done() const { return stream_buffer_->Done(); } in Done() function
144 bool Done() override { return ended_; } in Done() function in android::snapshot::GzDecompressor217 bool Done() override { return BrotliDecoderIsFinished(decoder_); } in Done() function in android::snapshot::BrotliDecompressor
579 bool CowOpIter::Done() { in Done() function in android::snapshot::CowOpIter648 bool CowMergeOpIter::Done() { in Done() function in android::snapshot::CowMergeOpIter680 bool CowRevMergeOpIter::Done() { in Done() function in android::snapshot::CowRevMergeOpIter
83 bool InputStreamBuffer::Done() { in Done() function in nvram::InputStreamBuffer170 bool OutputStreamBuffer::Done() { in Done() function in nvram::OutputStreamBuffer