HomeSort by relevance Sort by last modified time
    Searched refs:getCriterionType (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionInterface.h 42 virtual const ISelectionCriterionTypeInterface *getCriterionType() const = 0;
  /external/parameter-framework/upstream/parameter/
SelectionCriterionRule.cpp 99 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) {
115 _pSelectionCriterion->getCriterionType()->getLiteralValue(_iMatchValue, value);
185 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) {
211 _pSelectionCriterion->getCriterionType()->getLiteralValue(_iMatchValue, strValue);
229 _pSelectionCriterion->getCriterionType();
SelectionCriterion.h 55 virtual const ISelectionCriterionTypeInterface *getCriterionType() const;
SelectionCriterion.cpp 100 const ISelectionCriterionTypeInterface *CSelectionCriterion::getCriterionType() const
  /external/parameter-framework/upstream/bindings/python/
pfw.i 229 virtual const ISelectionCriterionTypeInterface* getCriterionType() const = 0;
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 398 const ISelectionCriterionTypeInterface *pCriterionType = pCriterion->getCriterionType();
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 402 const ISelectionCriterionTypeInterface *interface = criterion->getCriterionType();

Completed in 327 milliseconds