Searched refs:isInclusive (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
H A DParameterManagerWrapper.h149 * @param[in] isInclusive attribute of the criterion type.
151 void addCriterionType(const std::string &typeName, bool isInclusive);
205 * @param[in] isInclusive true if inclusive, false is exclusive.
207 void loadCriterionType(cnode *root, bool isInclusive);
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp116 void ParameterManagerWrapper::addCriterionType(const string &typeName, bool isInclusive) argument
122 mPolicyCriterionTypes[typeName] = mPfwConnector->createSelectionCriterionType(isInclusive);
139 void ParameterManagerWrapper::loadCriterionType(cnode *root, bool isInclusive) argument
149 addCriterionType(typeName, isInclusive);
173 uint32_t pfwIndex = isInclusive ? 1 << index : index;

Completed in 1651 milliseconds