Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libdm/
Dutility.h23 enum class WaitResult { Wait, Done, Fail }; enumerator
/system/nvram/messages/include/nvram/messages/
Dio.h251 bool Done() const { return stream_buffer_->Done(); } in Done() function
297 bool Done() const { return stream_buffer_->Done(); } in Done() function
/system/core/fs_mgr/libsnapshot/
Dcow_decompress.cpp144 bool Done() override { return ended_; } in Done() function in android::snapshot::GzDecompressor
217 bool Done() override { return BrotliDecoderIsFinished(decoder_); } in Done() function in android::snapshot::BrotliDecompressor
Dcow_reader.cpp579 bool CowOpIter::Done() { in Done() function in android::snapshot::CowOpIter
648 bool CowMergeOpIter::Done() { in Done() function in android::snapshot::CowMergeOpIter
680 bool CowRevMergeOpIter::Done() { in Done() function in android::snapshot::CowRevMergeOpIter
/system/nvram/messages/
Dio.cpp83 bool InputStreamBuffer::Done() { in Done() function in nvram::InputStreamBuffer
170 bool OutputStreamBuffer::Done() { in Done() function in nvram::OutputStreamBuffer