Searched refs:mRootExpand (Results 1 – 2 of 2) sorted by relevance
244 mRootExpand = nullptr; in RsdCpuScriptImpl()271 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand"); in storeRSInfoFromSO()272 if (mRootExpand) { in storeRSInfoFromSO()507 if (mRootExpand) { in populateScript()508 script->mHal.info.root = mRootExpand; in populateScript()
124 RootFunc_t mRootExpand; variable