Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp229 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) { in jniThrowException()
/libnativehelper/include/nativehelper/
Djni.h1133 #define JNI_OK (0) /* no error */ macro