Searched defs:CParameterAdaptation (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterAdaptation.h36 class CParameterAdaptation : public CElement class in inherits:CElement
39 CParameterAdaptation(const std::string &strType);
H A DParameterAdaptation.cpp36 CParameterAdaptation::CParameterAdaptation(const string &strType) : base(strType) function in class:CParameterAdaptation
40 string CParameterAdaptation::getKind() const
46 int32_t CParameterAdaptation::getOffset() const
52 void CParameterAdaptation::showProperties(string &strResult) const
66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement,
76 int64_t CParameterAdaptation::fromUserValue(double dValue) const
81 double CParameterAdaptation::toUserValue(int64_t iValue) const

Completed in 119 milliseconds