Searched refs:CFixedPointParameterType (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | FixedPointParameterType.cpp | 47 CFixedPointParameterType::CFixedPointParameterType(const string &strName) : base(strName) in CFixedPointParameterType() function in CFixedPointParameterType 51 string CFixedPointParameterType::getKind() const in getKind() 57 void CFixedPointParameterType::showProperties(string &strResult) const in showProperties() 71 void CFixedPointParameterType::handleValueSpaceAttribute( in handleValueSpaceAttribute() 90 bool CFixedPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() 119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() 144 void CFixedPointParameterType::setOutOfRangeError( in setOutOfRangeError() 190 bool CFixedPointParameterType::fromBlackboard(string &strValue, const uint32_t &value, in fromBlackboard() 231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() 254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() [all …]
|
D | FixedPointParameterType.h | 36 class CFixedPointParameterType : public CParameterType 39 CFixedPointParameterType(const std::string &strName);
|
D | ParameterMgr.cpp | 2791 "FixedPointParameter", new TNamedElementBuilderTemplate<CFixedPointParameterType>()); in feedElementLibraries()
|