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

/frameworks/rs/support/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.cpp812 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) function
815 ALOGD("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
2849 {"rsnObjDestroy", "(JJ)V", (void*)nObjDestroy },
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp575 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) function
577 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
2134 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
2306 {"rsnObjDestroy", "(JJ)V", (void*)nObjDestroy },

Completed in 430 milliseconds