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

  /libnativehelper/include/nativehelper/
JNIHelp.h 76 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
152 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
153 return jniThrowRuntimeException(&env->functions, msg);
  /libnativehelper/
JNIHelp.cpp 250 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 52 milliseconds