Searched refs:InvokeFunc_t (Results 1 – 3 of 3) sorted by relevance
81 InvokeFunc_t* invokeFunctions, size_t funcCount, in ScriptExecutable()156 InvokeFunc_t getInvokeFunction(int slot) const { return mInvokeFunctions[slot]; } in getInvokeFunction()210 InvokeFunc_t* mInvokeFunctions;
434 InvokeFunc_t* invokeFunctions = nullptr; in createFromSharedObject()500 invokeFunctions = new InvokeFunc_t[funcCount]; in createFromSharedObject()514 invokeFunctions[i] = (InvokeFunc_t) dlsym(sharedObj, line); in createFromSharedObject()
42 typedef void (*InvokeFunc_t)(void *params); typedef