Lines Matching refs:usr
463 const void *usr) { in SC_ForEach_SAAU() argument
465 rsrForEach(rsc, target, in, out, usr, 0, NULL); in SC_ForEach_SAAU()
471 const void *usr, in SC_ForEach_SAAUS() argument
474 rsrForEach(rsc, target, in, out, usr, 0, call); in SC_ForEach_SAAUS()
480 const void *usr, in SC_ForEach_SAAUL() argument
483 rsrForEach(rsc, target, in, out, usr, usrLen, NULL); in SC_ForEach_SAAUL()
489 const void *usr, in SC_ForEach_SAAULS() argument
493 rsrForEach(rsc, target, in, out, usr, usrLen, call); in SC_ForEach_SAAULS()
1251 const void *usr, in rsForEach() argument
1253 …return SC_ForEach_SAAUS((Script *)script.p, (Allocation*)in.p, (Allocation*)out.p, usr, (RsScriptC… in rsForEach()
1259 const void *usr, in rsForEach() argument
1262 …return SC_ForEach_SAAULS((Script *)script.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, (… in rsForEach()