Searched refs:JniInputByteBuffer (Results 1 – 1 of 1) sorted by relevance
490 class JniInputByteBuffer : public Input, public LightRefBase<JniInputByteBuffer> { class492 JniInputByteBuffer(JNIEnv* env, jobject inBuf);500 virtual ~JniInputByteBuffer();510 JniInputByteBuffer::JniInputByteBuffer(JNIEnv* env, jobject inBuf) : mInBuf(inBuf), mEnv(env) { in JniInputByteBuffer() function in JniInputByteBuffer517 JniInputByteBuffer::~JniInputByteBuffer() { in ~JniInputByteBuffer()521 ssize_t JniInputByteBuffer::read(uint8_t* buf, size_t offset, size_t count) { in read()544 status_t JniInputByteBuffer::open() { in open()549 status_t JniInputByteBuffer::close() { in close()2547 sp<JniInputByteBuffer> inBuf; in DngCreator_nativeWriteImage()2598 inBuf = new JniInputByteBuffer(env, inBuffer); in DngCreator_nativeWriteImage()