Home
last modified time | relevance | path

Searched refs:cacheDir (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/renderscript/1.0/default/
DContext.h83 Return<void> contextSetCacheDir(const hidl_string& cacheDir) override;
94 …Return<ScriptGroup2> scriptGroup2Create(const hidl_string& name, const hidl_string& cacheDir, cons…
114 …Return<Script> scriptCCreate(const hidl_string& resName, const hidl_string& cacheDir, const hidl_v…
DContext.cpp475 Return<void> Context::contextSetCacheDir(const hidl_string& cacheDir) { in contextSetCacheDir() argument
476 Device::getHal().ContextSetCacheDir(mContext, cacheDir.c_str(), cacheDir.size()); in contextSetCacheDir()
571 …Context::scriptGroup2Create(const hidl_string& name, const hidl_string& cacheDir, const hidl_vec<C… in scriptGroup2Create() argument
573 const hidl_string& _cacheDir = cacheDir; in scriptGroup2Create()
745 Return<Script> Context::scriptCCreate(const hidl_string& resName, const hidl_string& cacheDir, cons… in scriptCCreate() argument
747 const hidl_string& _cacheDir = cacheDir; in scriptCCreate()
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp480 hidl_string cacheDir = "/data/local/tmp"; in TEST_F() local
482 ScriptGroup2 scriptGroup2 = context->scriptGroup2Create(name, cacheDir, closures); in TEST_F()
540 hidl_string cacheDir = "/data/local/tmp"; in TEST_F() local
542 ScriptGroup2 scriptGroup2 = context->scriptGroup2Create(name, cacheDir, closures); in TEST_F()
/hardware/interfaces/renderscript/1.0/
DIContext.hal747 * @param cacheDir Name of the application's cache directory
750 contextSetCacheDir(string cacheDir);
915 * @param cacheDir Cache directory
920 scriptGroup2Create(string name, string cacheDir, vec<Closure> closures)
1151 * TODO: is cacheDir redundant with createCache() function? Can we remove
1158 * @param cacheDir Cache directory name
1163 scriptCCreate(string resName, string cacheDir, vec<uint8_t> text)