Searched defs:jniThrowRuntimeException (Results 1 - 2 of 2) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A DJNIHelp.h64 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
119 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) function
121 return jniThrowRuntimeException(&env->functions, msg);
/dalvik/libnativehelper/
H A DJNIHelp.c146 int jniThrowRuntimeException(JNIEnv* env, const char* msg) function

Completed in 717 milliseconds