HomeSort by relevance Sort by last modified time
    Searched refs:nativeLibDir (Results 1 - 10 of 10) sorted by null

  /frameworks/rs/
rsContext.h 262 memcpy(nativeLibDir, libDir, length);
263 nativeLibDir[length] = 0;
271 return nativeLibDir;
375 char nativeLibDir[PATH_MAX+1];
rsContext.cpp 448 memset(nativeLibDir, 0, sizeof(nativeLibDir));
  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 51 // cacheDir, so nativeLibDir is needed to load shared libs.
53 const char *nativeLibDir = nullptr,
rsCpuExecutable.cpp 165 const char *nativeLibDir,
170 std::string scriptSOName = findSharedObjectName(nativeLibDir, resName);
rsCpuScript.cpp 418 const char *nativeLibDir = mCtx->getContext()->getNativeLibDir();
419 mScriptSO = SharedLibraryUtils::loadSharedLibrary(cacheDir, resName, nativeLibDir);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 288 native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType, String nativeLibDir);
289 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType, String nativeLibDir) {
290 return rsnContextCreate(dev, ver, sdkVer, contextType, nativeLibDir);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 23 typedef void (*SetNativeLibDirFnPtr)(RsContext con, const char *nativeLibDir, size_t length);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 452 final File nativeLibDir = new File(info.nativeLibraryDir);
453 if (nativeLibDir.exists()) {
456 info.nativeLibraryDir, nativeLibDir.getCanonicalPath());
458 fail("Can't read " + nativeLibDir.getPath());
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1362 milliseconds