Home
last modified time | relevance | path

Searched refs:CLogarithmicParameterAdaptation (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DLogarithmicParameterAdaptation.cpp38 CLogarithmicParameterAdaptation::CLogarithmicParameterAdaptation() : base("Logarithmic") in CLogarithmicParameterAdaptation() function in CLogarithmicParameterAdaptation
46 void CLogarithmicParameterAdaptation::showProperties(std::string &strResult) const in showProperties()
58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml()
76 int64_t CLogarithmicParameterAdaptation::fromUserValue(double value) const in fromUserValue()
82 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue()
DLogarithmicParameterAdaptation.h44 class CLogarithmicParameterAdaptation : public CLinearParameterAdaptation
47 CLogarithmicParameterAdaptation();
DParameterMgr.cpp2784 "LogarithmicAdaptation", new TElementBuilderTemplate<CLogarithmicParameterAdaptation>()); in feedElementLibraries()