Home
last modified time | relevance | path

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

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