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

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

Completed in 47 milliseconds