Home | History | Annotate | Download | only in jni

Lines Matching refs:nObjDestroy

100 nObjDestroy(JNIEnv *_env, jobject _this, jint obj)
103 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
110 // This function only differs from nObjDestroy in that it calls the
1371 {"nObjDestroy", "(I)V", (void*)nObjDestroy },