Searched refs:jniThrowNullPointerException (Results 1 - 5 of 5) sorted by relevance

/external/conscrypt/src/compat/native/
H A DScopedUtfChars.h37 jniThrowNullPointerException(env, NULL);
H A DJNIHelp.h66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { function
144 return jniThrowNullPointerException(&env->functions, msg);
H A DScopedPrimitiveArray.h34 jniThrowNullPointerException(mEnv, NULL); \
83 jniThrowNullPointerException(mEnv, NULL); \
H A DJNIHelp.cpp118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { function
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp892 jniThrowNullPointerException(env, "ssl_ctx == null");
901 jniThrowNullPointerException(env, "ssl == null");
911 jniThrowNullPointerException(env, "ssl_session == null");
921 jniThrowNullPointerException(env, "ssl_cipher == null");
930 jniThrowNullPointerException(env, "contextObject == null");
936 jniThrowNullPointerException(env, "ref == null");
951 jniThrowNullPointerException(env, "dest == null");
1048 jniThrowNullPointerException(env, sourceName);
1092 jniThrowNullPointerException(env, "ASN1 input == null");
2484 jniThrowNullPointerException(en
[all...]

Completed in 561 milliseconds