Searched refs:ForEachFunc_t (Results 1 – 7 of 7) sorted by relevance
26 typedef void (* ForEachFunc_t)(void); typedef
122 ForEachFunc_t *mForEachFunctions;143 ForEachFunc_t kernel;
232 drv->mForEachFunctions = new ForEachFunc_t[forEachCount]; in rsdScriptInit()251 (ForEachFunc_t) dlsym(scriptSO, tmpName); in rsdScriptInit()
28 typedef void (* ForEachFunc_t)(void); typedef
127 mtls.kernel = reinterpret_cast<ForEachFunc_t>( in rsdScriptGroupExecute()
145 ForEachFunc_t kernel;
437 mtls.kernel = reinterpret_cast<ForEachFunc_t>( in rsdScriptInvokeForEach()