Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
144 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
DScopedUtfChars.h37 jniThrowNullPointerException(env, NULL); in ScopedUtfChars()
DScopedStringChars.h36 jniThrowNullPointerException(env, NULL); in ScopedStringChars()
DScopedPrimitiveArray.h34 jniThrowNullPointerException(mEnv, NULL); \
83 jniThrowNullPointerException(mEnv, NULL); \
DScopedBytes.h35 jniThrowNullPointerException(mEnv, NULL); in ScopedBytes()
/libnativehelper/
DJNIHelp.cpp244 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function