Searched defs:nLoadSO (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp274 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) { function
2283 {"nLoadSO", "(ZILjava/lang/String;)Z", (bool*)nLoadSO },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java104 native boolean nLoadSO(boolean useNative, int deviceApi, String libPath); method in class:RenderScript
1418 if (!rs.nLoadSO(useNative, dispatchAPI, rssupportPath)) {
1434 if (!rs.nLoadSO(false, dispatchAPI, rssupportPath)) {
1435 Log.e(LOG_TAG, "Error loading RS Compat library: nLoadSO() failed; Support lib version: " + SUPPORT_LIB_VERSION);

Completed in 46 milliseconds