Searched refs:mSupportedIndices (Results 1 – 2 of 2) sorted by relevance
116 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component member173 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {174 if (mSupportedIndices.count(index)) {178 … name.c_str(), (uint32_t)index, mSupportedIndices.count(index) ? "supported" : "local");
1092 mSupportedIndices.emplace(desc->index()); in initialize()1259 if (mSupportedIndices.count(p->index()) || mLocalParams.count(p->index())) { in updateConfiguration()1929 if (mSupportedIndices.count(ix)) { in getConfigUpdateFromSdkParams()1963 if (mSupportedIndices.count(param->index())) { in setParameters()