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.java262 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
264 void nObjDestroy(int id) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DBaseObj.java122 // must include nObjDestroy in the critical section
125 // AllocationAdapters are BaseObjs with an ID of 0 but should not be passed to nObjDestroy
127 mRS.nObjDestroy(mID);
H A DRenderScript.java316 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
318 void nObjDestroy(long id) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp100 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) function
102 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
1011 {"rsnObjDestroy", "(II)V", (void*)nObjDestroy },
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp213 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) function
215 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
1709 {"rsnObjDestroy", "(JJ)V", (void*)nObjDestroy },

Completed in 5088 milliseconds