Home
last modified time | relevance | path

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

/aosp12/libnativehelper/
H A DJNIHelp.c372 int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h458 [[maybe_unused]] static int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function