HomeSort by relevance Sort by last modified time
    Searched defs:jniThrowNullPointerException (Results 1 - 3 of 3) sorted by null

  /libnativehelper/include/nativehelper/
JNIHelp.h 66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
144 return jniThrowNullPointerException(&env->functions, msg);
  /external/conscrypt/common/src/jni/main/include/
Errors.h 81 static int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
  /libnativehelper/
JNIHelp.cpp 263 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {

Completed in 273 milliseconds