OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextSetCacheDir
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp
299
* Calls: contextSetPriority,
contextSetCacheDir
, elementCreate, assignName,
304
context->
contextSetCacheDir
("/data/local/tmp/temp/");
/hardware/interfaces/renderscript/1.0/
IContext.hal
750
contextSetCacheDir
(string cacheDir);
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
83
Return<void>
contextSetCacheDir
(const hidl_string& cacheDir) override;
Context.cpp
473
Return<void> Context::
contextSetCacheDir
(const hidl_string& cacheDir) {
474
Device::getHal().
ContextSetCacheDir
(mContext, cacheDir.c_str(), cacheDir.size());
[
all
...]
/frameworks/rs/
rsHidlAdaptation.cpp
131
mEntryFuncs.
ContextSetCacheDir
=
ContextSetCacheDir
;
489
void RsHidlAdaptation::
ContextSetCacheDir
(RsContext context, const char *cacheDir, size_t cacheDir_length)
491
GetIContextHandle(context)->
contextSetCacheDir
(hidl_string(cacheDir));
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
[
all
...]
Completed in 200 milliseconds