Home
last modified time | relevance | path

Searched defs:jniThrowNullPointerException (Results 1 – 3 of 3) sorted by relevance

/aosp12/libnativehelper/header_only_include/nativehelper/
H A Dnativehelper_utils.h32 static inline int jniThrowNullPointerException(JNIEnv* env) { in jniThrowNullPointerException() function
/aosp12/libnativehelper/
H A DJNIHelp.c368 int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h454 [[maybe_unused]] static int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function