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 67 InvokeFunc_t* invokeFunctions, size_t funcCount,
79 mInvokeFunctions(invokeFunctions), mFuncCount(funcCount),
rsCpuExecutable.cpp 320 InvokeFunc_t* invokeFunctions = nullptr;
387 invokeFunctions = new InvokeFunc_t[funcCount];
388 if (invokeFunctions == nullptr) {
401 invokeFunctions[i] = (InvokeFunc_t) dlsym(sharedObj, line);
402 if (invokeFunctions[i] == nullptr) {
689 invokeFunctions, funcCount,
712 delete[] invokeFunctions;

Completed in 89 milliseconds