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

  /external/conscrypt/src/compat/native/
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);
JNIHelp.cpp 118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {
  /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);
  /libnativehelper/
JNIHelp.cpp 244 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {

Completed in 144 milliseconds