Searched refs:mLocalParams (Results 1 – 2 of 2) sorted by relevance
129 std::map<C2Param::Index, LocalParamValidator> mLocalParams; member152 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {176 mLocalParams.emplace(index, validator);
907 } else if (mLocalParams.count(ix)) { in getConfigUpdateFromSdkParams()943 } else if (mLocalParams.count(param->index())) { in setParameters()945 LocalParamValidator validator = mLocalParams.find(param->index())->second; in setParameters()