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

  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 81 InvokeFunc_t* invokeFunctions, size_t funcCount,
93 mInvokeFunctions(invokeFunctions), mFuncCount(funcCount),
rsCpuExecutable.cpp 393 InvokeFunc_t* invokeFunctions = nullptr;
459 invokeFunctions = new InvokeFunc_t[funcCount];
460 if (invokeFunctions == nullptr) {
473 invokeFunctions[i] = (InvokeFunc_t) dlsym(sharedObj, line);
474 if (invokeFunctions[i] == nullptr) {
777 invokeFunctions, funcCount,
809 delete[] invokeFunctions;

Completed in 64 milliseconds