Searched refs:mLocalParams (Results 1 – 2 of 2) sorted by relevance
140 std::map<C2Param::Index, LocalParamValidator> mLocalParams; member171 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {195 mLocalParams.emplace(index, validator);
1145 if (mSupportedIndices.count(p->index()) || mLocalParams.count(p->index())) { in updateConfiguration()1770 } else if (mLocalParams.count(ix)) { in getConfigUpdateFromSdkParams()1806 } else if (mLocalParams.count(param->index())) { in setParameters()1808 LocalParamValidator validator = mLocalParams.find(param->index())->second; in setParameters()