Home
last modified time | relevance | path

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

/system/incremental_delivery/libdataloader/
DJNIHelpers.h72 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in GetJNIEnvironment()
82 CHECK_EQ(result, JNI_OK) << "thread attach failed"; in GetOrAttachJNIEnvironment()
/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h1131 #define JNI_OK (0) /* no error */ macro