OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nObjDestroy
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
100
nObjDestroy
(JNIEnv *_env, jobject _this, RsContext con, jint obj)
102
LOG_API("
nObjDestroy
, con(%p) obj(%p)", con, (void *)obj);
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
154
nObjDestroy
(JNIEnv *_env, jobject _this, RsContext con, jint obj)
156
LOG_API("
nObjDestroy
, con(%p) obj(%p)", con, (void *)obj);
[
all
...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java
183
synchronized void
nObjDestroy
(int id) {
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
293
//
nObjDestroy
is explicitly _not_ synchronous to prevent crashes in finalizers
295
void
nObjDestroy
(int id) {
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 315 milliseconds