HomeSort by relevance Sort by last modified time
    Searched defs:CLinearParameterAdaptation (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
LinearParameterAdaptation.h 36 class CLinearParameterAdaptation : public CParameterAdaptation
39 CLinearParameterAdaptation();
40 CLinearParameterAdaptation(const std::string &strType);
LinearParameterAdaptation.cpp 36 CLinearParameterAdaptation::CLinearParameterAdaptation() : base("Linear")
40 CLinearParameterAdaptation::CLinearParameterAdaptation(const string &strType) : base(strType)
45 void CLinearParameterAdaptation::showProperties(string &strResult) const
61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement,
82 int64_t CLinearParameterAdaptation::fromUserValue(double dValue) const
87 double CLinearParameterAdaptation::toUserValue(int64_t iValue) const

Completed in 353 milliseconds