Home | History | Annotate | Download | only in jni

Lines Matching refs:positionID

36 static jfieldID positionID;
58 positionID = _env->GetFieldID(bufferClass, "position", "I");
75 position = _env->GetIntField(buffer, positionID);
107 jint position = _env->GetIntField(buffer, positionID);