Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.h81 InvokeFunc_t* invokeFunctions, size_t funcCount, in ScriptExecutable()
156 InvokeFunc_t getInvokeFunction(int slot) const { return mInvokeFunctions[slot]; } in getInvokeFunction()
210 InvokeFunc_t* mInvokeFunctions;
DrsCpuExecutable.cpp389 InvokeFunc_t* invokeFunctions = nullptr; in createFromSharedObject()
455 invokeFunctions = new InvokeFunc_t[funcCount]; in createFromSharedObject()
469 invokeFunctions[i] = (InvokeFunc_t) dlsym(sharedObj, line); in createFromSharedObject()
DrsCpuCore.h42 typedef void (*InvokeFunc_t)(void *params); typedef