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