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

  /libnativehelper/include/nativehelper/
JNIHelp.h 69 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
140 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
141 return jniThrowRuntimeException(&env->functions, msg);
  /libnativehelper/
JNIHelp.cpp 247 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 33 milliseconds