Home | History | Annotate | Download | only in jni

Lines Matching refs:field_context

71 static jfieldID field_context;
86 return (MtpDatabase *)env->GetLongField(database, field_context);
1148 env->SetLongField(thiz, field_context, (jlong)database);
1155 MyMtpDatabase* database = (MyMtpDatabase *)env->GetLongField(thiz, field_context);
1158 env->SetLongField(thiz, field_context, 0);
1290 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
1291 if (field_context == NULL) {