HomeSort by relevance Sort by last modified time
    Searched refs:CanRewind (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt2/io/
Io.h 44 virtual bool CanRewind() const { return false; };
48 // This does nothing if CanRewind() returns false.
BigBufferStream.h 37 bool CanRewind() const override;
Data.h 73 bool CanRewind() const override { return true; }
122 bool CanRewind() const override { return true; }
170 bool CanRewind() const override { return true; }
205 bool CanRewind() const override { return true; }
BigBufferStream.cpp 56 bool BigBufferInputStream::CanRewind() const {
  /frameworks/base/tools/aapt2/compile/
Png.h 68 bool CanRewind() const override { return true; }
  /frameworks/base/tools/aapt2/format/
Archive.cpp 202 if ((flags & ArchiveEntry::kCompress) != 0 && in->CanRewind()) {

Completed in 348 milliseconds