Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
DJNIHelp.h68 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
139 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
140 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
/dalvik/libnativehelper/
DJNIHelp.cpp247 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function