Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
DParameterManagerWrapper.cpp72 struct ParameterManagerWrapper::parameterManagerElementSupported<ISelectionCriterionTypeInterface> …
134 ISelectionCriterionTypeInterface *criterionType = mPolicyCriterionTypes[typeName]; in addCriterionTypeValuePair()
259 ISelectionCriterionTypeInterface *criterionType = in addCriterion()
260 getElement<ISelectionCriterionTypeInterface>(typeName, mPolicyCriterionTypes); in addCriterion()
402 const ISelectionCriterionTypeInterface *interface = criterion->getCriterionType(); in isValueValidForCriterion()
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
DParameterManagerWrapper.h30 class ISelectionCriterionTypeInterface; variable
46 typedef std::map<std::string, ISelectionCriterionTypeInterface *> CriterionTypeCollection;