Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.h203 std::map<std::string, C2Param::CoreIndex> mWholeParams; variable
DReflectedParamUpdater.cpp216 auto it = mWholeParams.find(paramName); in addParamDesc()
217 if (it != mWholeParams.end() && it->second.coreIndex() == desc->index().coreIndex()) { in addParamDesc()
227 mWholeParams.emplace(name, index); in supportWholeParam()