Searched refs:JNI_NULL (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.cpp25 : object_(JNI_NULL),
128 jobject result = JNI_NULL;
163 jobject result = JNI_NULL;
H A Djni_util.h28 // We add this JNI_NULL macro to allow consistent code separation of Java and
30 #define JNI_NULL NULL macro
171 jobject result = env->NewObject(cls, constructor, JNI_NULL);
218 // the wrapped object or JNI_NULL if there was an error. Pass true to owns, if
228 return JNI_NULL;
H A Djni_shader_program.cpp95 return program ? ToJObject(env, program->GetUniformValue(c_key)) : JNI_NULL;

Completed in 62 milliseconds