Home
last modified time | relevance | path

Searched refs:jniThrowRuntimeException (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h76 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
152 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
153 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
/libnativehelper/
DJNIHelp.cpp250 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function