Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h83 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
148 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
149 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h32 static inline int jniThrowNullPointerException(JNIEnv* env) { in jniThrowNullPointerException() function
Dscoped_string_chars.h39 jniThrowNullPointerException(env); in ScopedStringChars()
Dscoped_utf_chars.h40 jniThrowNullPointerException(env); in ScopedUtfChars()
Dscoped_bytes.h36 jniThrowNullPointerException(mEnv); in ScopedBytes()
Dscoped_primitive_array.h52 jniThrowNullPointerException(mEnv); \
109 jniThrowNullPointerException(mEnv); \
/libnativehelper/
Dlibnativehelper.map.txt13 jniThrowNullPointerException;
DJNIPlatformHelp.c58 jniThrowNullPointerException(env, "null FileDescriptor"); in jniSetFileDescriptorOfFD()
DJNIHelp.c306 int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp73 jniThrowNullPointerException(env, m.c_str()); in throwNullPointerException()