OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nObjDestroy
(Results
1 - 7
of
7
) sorted by null
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java
90
// must include
nObjDestroy
in the critical section
94
mRS.
nObjDestroy
(mID);
RenderScript.java
330
//
nObjDestroy
is explicitly _not_ synchronous to prevent crashes in finalizers
332
void
nObjDestroy
(long id) {
[
all
...]
/frameworks/base/rs/java/android/renderscript/
BaseObj.java
125
// 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);
RenderScript.java
397
//
nObjDestroy
is explicitly _not_ synchronous to prevent crashes in finalizers
399
void
nObjDestroy
(long id) {
[
all
...]
/frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp
[
all
...]
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
562
nObjDestroy
(JNIEnv *_env, jobject _this, jlong con, jlong obj)
564
LOG_API("
nObjDestroy
, con(%p) obj(%p)", (RsContext)con, (void *)obj);
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 651 milliseconds