Home | History | Annotate | Download | only in jni

Lines Matching refs:positionID

39 static jfieldID positionID;
95 positionID = _env->GetFieldID(bufferClass, "position", "I");
109 position = _env->GetIntField(buffer, positionID);
249 jint position = _env->GetIntField(buffer, positionID);