Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 6 of 6) 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.cpp436 bool CowOpIter::Done() { in Done() function in android::snapshot::CowOpIter
468 bool CowOpReverseIter::Done() { in Done() function in android::snapshot::CowOpReverseIter
/system/nvram/messages/
Dio.cpp83 bool InputStreamBuffer::Done() { in Done() function in nvram::InputStreamBuffer
170 bool OutputStreamBuffer::Done() { in Done() function in nvram::OutputStreamBuffer
/system/bt/gd/rust/topshim/src/
Dbtif.rs59 Done, enumerator