Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableElementAggregator.h42 typedef bool (CConfigurableElement::*MatchesAggregationCriterion)() const; typedef
46 MatchesAggregationCriterion pfnMatchesAggregationCriterion);
60 MatchesAggregationCriterion _pfnMatchesAggregationCriterion;
DConfigurableElementAggregator.cpp35 MatchesAggregationCriterion pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()