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

/frameworks/base/tools/aapt2/io/
H A DBigBufferStream.cpp80 // BigBufferOutputStream
83 bool BigBufferOutputStream::Next(void** data, size_t* size) {
88 void BigBufferOutputStream::BackUp(size_t count) {
92 size_t BigBufferOutputStream::ByteCount() const {
96 bool BigBufferOutputStream::HadError() const {
H A DBigBufferStream.h56 class BigBufferOutputStream : public OutputStream { class in namespace:aapt::io
58 inline explicit BigBufferOutputStream(BigBuffer* buffer) : buffer_(buffer) { function in class:aapt::io::BigBufferOutputStream
60 virtual ~BigBufferOutputStream() = default;
71 DISALLOW_COPY_AND_ASSIGN(BigBufferOutputStream);
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp528 io::BigBufferOutputStream crunched_png_buffer_out(&crunched_png_buffer);
586 io::BigBufferOutputStream filtered_png_buffer_out(&filtered_png_buffer);

Completed in 30 milliseconds