Searched refs:ByteArrayOutput (Results 1 – 4 of 4) sorted by relevance
24 ByteArrayOutput::ByteArrayOutput() {} in ByteArrayOutput() function in android::img_utils::ByteArrayOutput26 ByteArrayOutput::~ByteArrayOutput() {} in ~ByteArrayOutput()28 status_t ByteArrayOutput::open() { in open()32 status_t ByteArrayOutput::write(const uint8_t* buf, size_t offset, size_t count) { in write()40 status_t ByteArrayOutput::close() { in close()45 size_t ByteArrayOutput::getSize() const { in getSize()49 const uint8_t* ByteArrayOutput::getArray() const { in getArray()
34 class ANDROID_API ByteArrayOutput : public Output {37 ByteArrayOutput();39 virtual ~ByteArrayOutput();
190 ByteArrayOutput mOpList;
31 "src/ByteArrayOutput.cpp",