OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_closures
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsHidlAdaptation.cpp
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.cpp
572
std::vector<RsClosure>
_closures
= hidl_to_rs<RsClosure>(closures, [](Closure val) { return hidl_to_rs<RsClosure>(val); });
local
573
RsScriptGroup2 _scriptGroup2 = Device::getHal().ScriptGroup2Create(mContext, _name.c_str(), _name.size(), _cacheDir.c_str(), _cacheDir.size(),
_closures
.data(),
_closures
.size());
[
all
...]
Completed in 144 milliseconds