Home
last modified time | relevance | path

Searched defs:jniThrowException (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/ex/framesequence/jni/
H A DJNIHelpers.cpp20 void jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() function
/aosp12/libnativehelper/
H A DJNIHelp.c358 int jniThrowException(JNIEnv* env, const char* className, const char* message) { in jniThrowException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() function