Searched refs:BigBufferOutputStream (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DBigBufferOutputStream.h26 class BigBufferOutputStream : public OutputStream { class in namespace:aapt::io
28 inline explicit BigBufferOutputStream(BigBuffer* buffer) : buffer_(buffer) {} function in class:aapt::io::BigBufferOutputStream
29 virtual ~BigBufferOutputStream() = default;
40 DISALLOW_COPY_AND_ASSIGN(BigBufferOutputStream);
H A DBigBufferStreams.cpp18 #include "io/BigBufferOutputStream.h"
71 // BigBufferOutputStream
74 bool BigBufferOutputStream::Next(void** data, size_t* size) {
79 void BigBufferOutputStream::BackUp(size_t count) { buffer_->BackUp(count); }
81 size_t BigBufferOutputStream::ByteCount() const { return buffer_->size(); }
83 bool BigBufferOutputStream::HadError() const { return false; }
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp40 #include "io/BigBufferOutputStream.h"
489 io::BigBufferOutputStream crunched_png_buffer_out(&crunched_png_buffer);
547 io::BigBufferOutputStream filtered_png_buffer_out(&filtered_png_buffer);

Completed in 2305 milliseconds