Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h31 static inline int jniThrowNullPointerException(JNIEnv* env) { in jniThrowNullPointerException() function
/libnativehelper/include/nativehelper/
DJNIHelp.h60 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
/libnativehelper/
DJNIHelp.cpp297 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function