OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mParamLength
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsClosure.cpp
69
mParamLength
(0) {
118
mReturnValue(nullptr),
mParamLength
(paramLength) {
119
mParams = new uint8_t[
mParamLength
];
120
memcpy(mParams, params,
mParamLength
);
rsClosure.h
81
const size_t
mParamLength
;
/frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp
575
((InvokeFuncTy)mFunc)(c->mParams, c->
mParamLength
);
579
cc->mSi->invokeFunction(invokeID->mSlot, c->mParams, c->
mParamLength
);
Completed in 3449 milliseconds