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.cpp761 jniThrowNullPointerException(env, "ssl_ctx == null");
770 jniThrowNullPointerException(env, "ssl == null");
780 jniThrowNullPointerException(env, "ssl_session == null");
790 jniThrowNullPointerException(env, "ssl_cipher == null");
800 jniThrowNullPointerException(env, "ctx == null");
814 jniThrowNullPointerException(env, "dest == null");
873 jniThrowNullPointerException(env, sourceName);
917 jniThrowNullPointerException(env, "ASN1 input == null");
1975 jniThrowNullPointerException(env, "engine == null");
1994 jniThrowNullPointerException(en
[all...]

Completed in 139 milliseconds