HomeSort by relevance Sort by last modified time
    Searched refs:DeleteNativeObject (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/mca/filterfw/jni/
jni_vertex_frame.cpp 31 return ToJBool(DeleteNativeObject<VertexFrame>(env, thiz));
jni_native_program.cpp 35 return ToJBool(DeleteNativeObject<NativeProgram>(env, thiz));
jni_util.h 245 bool DeleteNativeObject(JNIEnv* env, jobject j_object) {
jni_gl_environment.cpp 70 return ToJBool(DeleteNativeObject<GLEnv>(env, thiz));
jni_native_frame.cpp 42 return ToJBool(DeleteNativeObject<NativeFrame>(env, thiz));
jni_shader_program.cpp 67 return ToJBool(DeleteNativeObject<ShaderProgram>(env, thiz));
jni_gl_frame.cpp 109 return ToJBool(DeleteNativeObject<GLFrame>(env, thiz));

Completed in 287 milliseconds