Searched defs:JniInputByteBuffer (Results 1 – 1 of 1) sorted by relevance
473 class JniInputByteBuffer : public Input, public LightRefBase<JniInputByteBuffer> { class493 JniInputByteBuffer::JniInputByteBuffer(JNIEnv* env, jobject inBuf) : mInBuf(inBuf), mEnv(env) { in JniInputByteBuffer() function in JniInputByteBuffer