Home
last modified time | relevance | path

Searched refs:jniThrowNullPointerException (Results 1 – 2 of 2) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
DJNIHelp.h59 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
121 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) in jniThrowNullPointerException() function
123 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
/dalvik/libnativehelper/
DJNIHelp.c216 int jniThrowNullPointerException(JNIEnv* env, const char* msg) in jniThrowNullPointerException() function