Lines Matching defs:hookCookie
124 void *hookCookie;
134 if (hookItem->info.hook == compareVal->hook && hookItem->info.hookCookie == compareVal->hookCookie) {
141 static int addHookToStage(HOOK_STAGE *hookStage, int prio, OhosHook hook, void *hookCookie)
149 compareVal.hookCookie = hookCookie;
159 hookItem->info.hookCookie = hookCookie;
182 return addHookToStage(stageItem, hookInfo->prio, hookInfo->hook, hookInfo->hookCookie);
191 info.hookCookie = NULL;