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()
DScopedStringChars.h36 jniThrowNullPointerException(env, NULL); in ScopedStringChars()
DScopedUtfChars.h37 jniThrowNullPointerException(env, nullptr); in ScopedUtfChars()
DScopedBytes.h35 jniThrowNullPointerException(mEnv, NULL); in ScopedBytes()
DScopedPrimitiveArray.h49 jniThrowNullPointerException(mEnv, NULL); \
106 jniThrowNullPointerException(mEnv, NULL); \
/libnativehelper/
DJNIHelp.cpp263 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function