HomeSort by relevance Sort by last modified time
    Searched defs:jniThrowRuntimeException (Results 1 - 3 of 3) sorted by null

  /libnativehelper/include/nativehelper/
JNIHelp.h 71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
148 return jniThrowRuntimeException(&env->functions, msg);
  /external/conscrypt/common/src/jni/main/include/
Errors.h 74 static int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
276 int (*defaultThrow)(JNIEnv*, const char*) = jniThrowRuntimeException) {
  /libnativehelper/
JNIHelp.cpp 267 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 65 milliseconds