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

  /libnativehelper/include/nativehelper/
JNIHelp.h 64 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
141 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
142 return jniThrowNullPointerException(&env->functions, msg);
  /libnativehelper/
JNIHelp.cpp 245 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {

Completed in 25 milliseconds