Searched refs:mCacheDir (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptCacheDir.java35 mCacheDir = cacheDir;
38 static File mCacheDir; field in class:RenderScriptCacheDir
H A DScriptC.java127 File f = new File(RenderScriptCacheDir.mCacheDir, CACHE_PATH);
138 File f = new File(RenderScriptCacheDir.mCacheDir, CACHE_PATH);
H A DRenderScript.java1376 File f = new File(RenderScriptCacheDir.mCacheDir, CACHE_PATH);
/frameworks/rs/
H A DrsScriptGroup2.h19 mName(name), mCacheDir(cacheDir) {}
27 const char* mCacheDir; member in class:android::renderscript::ScriptGroup2
H A DrsContext.h283 return mCacheDir;
377 char mCacheDir[PATH_MAX+1]; member in class:android::renderscript::Context
H A DrsContext.cpp465 memset(mCacheDir, 0, sizeof(mCacheDir));
474 memcpy(mCacheDir, cacheDir_arg, length);
475 mCacheDir[length] = 0;
/frameworks/rs/cpp/
H A DScriptC.cpp29 rs->mCacheDir, rs->mCacheDirLen, (const char *)codeTxt, codeLength);
H A DRenderScript.cpp157 memcpy(mCacheDir, name, nameLen);
158 mCacheDir[nameLen] = 0; //add the null character even if the user does not.
H A DrsCppStructs.h176 char mCacheDir[PATH_MAX+1]; member in class:android::RSC::RS
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java44 private File mCacheDir; field in class:RenamingDelegatingContext
228 if (mCacheDir == null) {
229 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache"));
231 if (!mCacheDir.exists()) {
232 if(!mCacheDir.mkdirs()) {
237 mCacheDir.getPath(),
242 return mCacheDir;
/frameworks/av/media/libstagefright/filters/
H A DIntrinsicBlurFilter.h40 AString mCacheDir; member in struct:android::IntrinsicBlurFilter
H A DRSFilter.h44 AString mCacheDir; member in struct:android::RSFilter
H A DSaturationFilter.h42 AString mCacheDir; member in struct:android::SaturationFilter
H A DIntrinsicBlurFilter.cpp36 if (!msg->findString("cacheDir", &mCacheDir)) {
48 if (!mRS->init(mCacheDir.c_str())) {
H A DSaturationFilter.cpp36 if (!msg->findString("cacheDir", &mCacheDir)) {
48 if (!mRS->init(mCacheDir.c_str())) {
H A DRSFilter.cpp44 if (!msg->findString("cacheDir", &mCacheDir)) {
/frameworks/base/core/java/android/app/
H A DContextImpl.java170 private File mCacheDir; field in class:ContextImpl
500 if (mCacheDir == null) {
501 mCacheDir = new File(getDataDirFile(), "cache");
503 return createFilesDirLocked(mCacheDir);
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp189 compile(mGroup->mCacheDir);

Completed in 667 milliseconds