Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h86 MODULE_API int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
217 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
218 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
/libnativehelper/
Dlibnativehelper.map.txt14 jniThrowRuntimeException;
DJNIHelp.cpp240 MODULE_API int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function