HomeSort by relevance Sort by last modified time
    Searched refs:InvokeFunc_t (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 81 InvokeFunc_t* invokeFunctions, size_t funcCount,
156 InvokeFunc_t getInvokeFunction(int slot) const { return mInvokeFunctions[slot]; }
210 InvokeFunc_t* mInvokeFunctions;
rsCpuCore.h 42 typedef void (*InvokeFunc_t)(void *params);
rsCpuExecutable.cpp 389 InvokeFunc_t* invokeFunctions = nullptr;
455 invokeFunctions = new InvokeFunc_t[funcCount];
469 invokeFunctions[i] = (InvokeFunc_t) dlsym(sharedObj, line);

Completed in 546 milliseconds