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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java104 native boolean nLoadSO(boolean useNative, int deviceApi, String libPath); method in class:RenderScript
1431 if (!rs.nLoadSO(useNative, dispatchAPI, rssupportPath)) {
1447 if (!rs.nLoadSO(false, dispatchAPI, rssupportPath)) {
1448 Log.e(LOG_TAG, "Error loading RS Compat library: nLoadSO() failed; Support lib version: " + SUPPORT_LIB_VERSION);
/frameworks/rs/support/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 },

Completed in 368 milliseconds