Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableElementAggregator.cpp36 : _aggregateList(aggregateList), _pfnMatchesAggregationCriterion(pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()
51 if (!(pConfigurableElement->*_pfnMatchesAggregationCriterion)()) { in doAggregate()
DConfigurableElementAggregator.h60 MatchesAggregationCriterion _pfnMatchesAggregationCriterion; variable