Searched refs:nObjDestroy (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DBaseObj.java90 // must include nObjDestroy in the critical section
94 mRS.nObjDestroy(mID);
H A DRenderScript.java330 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
332 void nObjDestroy(long id) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DBaseObj.java125 // must include nObjDestroy in the critical section
128 // AllocationAdapters are BaseObjs with an ID of 0 but should not be passed to nObjDestroy
130 mRS.nObjDestroy(mID);
H A DRenderScript.java397 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
399 void nObjDestroy(long id) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp801 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) function
804 ALOGD("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
2837 {"rsnObjDestroy", "(JJ)V", (void*)nObjDestroy },
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp562 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) function
564 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
2121 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
2294 {"rsnObjDestroy", "(JJ)V", (void*)nObjDestroy },

Completed in 73 milliseconds