Home
last modified time | relevance | path

Searched refs:getExportedFunctionCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.h146 size_t getExportedFunctionCount() const { return mFuncCount; } in getExportedFunctionCount() function
H A DrsCpuScript.cpp498 script->mHal.info.exportedFunctionCount = mScriptExec->getExportedFunctionCount(); in populateScript()