Searched refs:BigBufferInputStream (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DBigBufferInputStream.h26 class BigBufferInputStream : public InputStream { class in namespace:aapt::io
28 inline explicit BigBufferInputStream(const BigBuffer* buffer) function in class:aapt::io::BigBufferInputStream
30 virtual ~BigBufferInputStream() = default;
45 DISALLOW_COPY_AND_ASSIGN(BigBufferInputStream);
H A DBigBufferStreams.cpp17 #include "io/BigBufferInputStream.h"
24 // BigBufferInputStream
27 bool BigBufferInputStream::Next(const void** data, size_t* size) {
47 void BigBufferInputStream::BackUp(size_t count) {
57 bool BigBufferInputStream::CanRewind() const { return true; }
59 bool BigBufferInputStream::Rewind() {
66 size_t BigBufferInputStream::ByteCount() const { return bytes_read_; }
68 bool BigBufferInputStream::HadError() const { return false; }
/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp23 #include "io/BigBufferInputStream.h"
102 io::BigBufferInputStream input_stream(&buffer);
/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp31 #include "io/BigBufferInputStream.h"
195 io::BigBufferInputStream manifest_buffer_in(&manifest_buffer);
245 io::BigBufferInputStream table_buffer_in(&table_buffer);
H A DLink.cpp42 #include "io/BigBufferInputStream.h"
267 io::BigBufferInputStream input_stream(&buffer);
906 io::BigBufferInputStream input_stream(&buffer);

Completed in 1305 milliseconds