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

  /frameworks/base/tools/aapt2/io/
BigBufferStream.h 56 class BigBufferOutputStream : public OutputStream {
58 inline explicit BigBufferOutputStream(BigBuffer* buffer) : buffer_(buffer) {
60 virtual ~BigBufferOutputStream() = default;
71 DISALLOW_COPY_AND_ASSIGN(BigBufferOutputStream);
BigBufferStream.cpp 80 // 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 {
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 528 io::BigBufferOutputStream crunched_png_buffer_out(&crunched_png_buffer);
586 io::BigBufferOutputStream filtered_png_buffer_out(&filtered_png_buffer);

Completed in 329 milliseconds