Searched refs:InvokeFunc_t (Results 1 – 6 of 6) sorted by relevance
54 typedef void (* InvokeFunc_t)(void); typedef148 InvokeFunc_t mInit;149 InvokeFunc_t mFreeChildren;150 InvokeFunc_t *mInvokeFunctions;
78 typedef void (* InvokeFunc_t)(void); typedef
510 mInit = (InvokeFunc_t) dlsym(mScriptSO, "init"); in init()514 mFreeChildren = (InvokeFunc_t) dlsym(mScriptSO, ".rs.dtor"); in init()581 mInvokeFunctions = new InvokeFunc_t[funcCount]; in init()594 mInvokeFunctions[i] = (InvokeFunc_t) dlsym(mScriptSO, line); in init()
31 typedef void (* InvokeFunc_t)(void); typedef
29 typedef void (* InvokeFunc_t)(void); typedef
84 typedef void (* InvokeFunc_t)(void); typedef