Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriterionType.cpp37 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive) in CSelectionCriterionType()
40 if (_bInclusive) { in CSelectionCriterionType()
55 if (_bInclusive && (!iValue || (iValue & (iValue - 1)))) { in addValuePair()
76 if (_bInclusive) { in getNumericalValue()
130 return _bInclusive; in isTypeInclusive()
163 if (_bInclusive) { in getFormattedState()
DSelectionCriterionType.h88 bool _bInclusive; variable