Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
148 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
/libnativehelper/
DJNIHelp.cpp248 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function