Searched defs:usrLen (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdBcc.cpp221 size_t usrLen; member in struct:__anon1543
255 p.usr_len = mtls->usrLen;
284 p.usr_len = mtls->usrLen;
313 uint32_t usrLen,
380 mtls.usrLen = usrLen;
414 p.usr_len = mtls.usrLen;
307 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsdRuntimeStubs.cpp387 uint32_t usrLen) {
389 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL);
396 uint32_t usrLen,
399 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
383 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
392 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument

Completed in 41 milliseconds