Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h34 static inline int jniThrowNullPointerException(JNIEnv* env) { in jniThrowNullPointerException() function
Dscoped_string_chars.h39 jniThrowNullPointerException(env); in ScopedStringChars()
Dscoped_primitive_array.h52 jniThrowNullPointerException(mEnv); \
109 jniThrowNullPointerException(mEnv); \
Dscoped_utf_chars.h47 jniThrowNullPointerException(env); in ScopedUtfChars()
/libnativehelper/include_platform/nativehelper/
DJNIPlatformHelp.h109 jniThrowNullPointerException(env, "fileDescriptor is null"); in jniSetFileDescriptorOfFD()
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp53 jniThrowNullPointerException(env, m.c_str()); in throwNullPointerException()
/libnativehelper/include/nativehelper/
DJNIHelp.h459 [[maybe_unused]] static int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
514 int jniThrowNullPointerException(JNIEnv* env, const char* msg);
/libnativehelper/
DJNIHelp.c370 int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function