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

/frameworks/base/media/mca/filterfw/jni/
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;

Completed in 40 milliseconds