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

  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 25 : object_(JNI_NULL),
128 jobject result = JNI_NULL;
163 jobject result = JNI_NULL;
jni_util.h 28 // We add this JNI_NULL macro to allow consistent code separation of Java and
30 #define JNI_NULL NULL
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;
jni_shader_program.cpp 95 return program ? ToJObject(env, program->GetUniformValue(c_key)) : JNI_NULL;

Completed in 720 milliseconds