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

  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionTypeInterface.h 46 virtual bool getNumericalValue(const std::string &strValue, int &iValue) const = 0;
  /external/parameter-framework/upstream/parameter/
SelectionCriterionType.h 56 virtual bool getNumericalValue(const std::string &strValue, int &iValue) const;
SelectionCriterionRule.cpp 99 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) {
185 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) {
SelectionCriterionType.cpp 93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) const
  /external/parameter-framework/upstream/bindings/python/
pfw.i 210 virtual bool getNumericalValue(const std::string& strValue, int& iValue) const = 0;
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 420 * getNumericalValue method from ISelectionCriterionTypeInterface strip his parameter
432 if (!pCriterionType->getNumericalValue(strLexicalState, iNumericalState)) {
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 267 if (!criterionType->getNumericalValue(defaultLiteralValue.c_str(), numericalValue)) {

Completed in 103 milliseconds