Home
last modified time | relevance | path

Searched refs:InvokeFunc_t (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScript.h54 typedef void (* InvokeFunc_t)(void); typedef
148 InvokeFunc_t mInit;
149 InvokeFunc_t mFreeChildren;
150 InvokeFunc_t *mInvokeFunctions;
DrsCpuCore.h78 typedef void (* InvokeFunc_t)(void); typedef
DrsCpuScript.cpp510 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()
/frameworks/rs/driver/
DrsdCore.h31 typedef void (* InvokeFunc_t)(void); typedef
DrsdGL.h29 typedef void (* InvokeFunc_t)(void); typedef
/frameworks/rs/
DrsScript.h84 typedef void (* InvokeFunc_t)(void); typedef