Searched refs:JniInputByteBuffer (Results 1 – 1 of 1) sorted by relevance
491 class JniInputByteBuffer : public Input, public LightRefBase<JniInputByteBuffer> { class493 JniInputByteBuffer(JNIEnv* env, jobject inBuf);501 virtual ~JniInputByteBuffer();511 JniInputByteBuffer::JniInputByteBuffer(JNIEnv* env, jobject inBuf) : mInBuf(inBuf), mEnv(env) { in JniInputByteBuffer() function in JniInputByteBuffer518 JniInputByteBuffer::~JniInputByteBuffer() { in ~JniInputByteBuffer()522 ssize_t JniInputByteBuffer::read(uint8_t* buf, size_t offset, size_t count) { in read()545 status_t JniInputByteBuffer::open() { in open()550 status_t JniInputByteBuffer::close() { in close()2492 sp<JniInputByteBuffer> inBuf; in DngCreator_nativeWriteImage()2542 inBuf = new JniInputByteBuffer(env, inBuffer); in DngCreator_nativeWriteImage()