Home
last modified time | relevance | path

Searched refs:CParameterType (Results 1 – 15 of 15) sorted by relevance

/external/parameter-framework/parameter/
DParameterType.cpp40 const std::string CParameterType::gUnitPropertyName = "Unit";
42 CParameterType::CParameterType(const string& strName) : base(strName), _uiSize(0) in CParameterType() function in CParameterType
46 CParameterType::~CParameterType() in ~CParameterType()
51 void CParameterType::populate(CElement* pElement) const in populate()
58 void CParameterType::setSize(uint32_t uiSize) in setSize()
63 uint32_t CParameterType::getSize() const in getSize()
69 string CParameterType::getUnit() const in getUnit()
74 void CParameterType::setUnit(const std::string& strUnit) in setUnit()
80 bool CParameterType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingCont… in fromXml()
87 void CParameterType::toXml(CXmlElement& xmlElement, CXmlSerializingContext& serializingContext) con… in toXml()
[all …]
DParameter.cpp63 …static_cast<const CParameterType*>(getTypeElement())->handleValueSpaceAttribute(xmlConfigurableEle… in handleValueSpaceAttribute()
73 return static_cast<const CParameterType*>(getTypeElement())->getSize(); in getSize()
80 … uint32_t uiDefaultValue = static_cast<const CParameterType*>(getTypeElement())->getDefaultValue(); in setDefaultValues()
162 …if (!static_cast<const CParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAc… in doSet()
186 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
DParameterType.h42 class CParameterType : public CTypeElement
45 CParameterType(const std::string& strName);
46 virtual ~CParameterType();
DArrayParameter.cpp190 … uint32_t uiDefaultValue = static_cast<const CParameterType*>(getTypeElement())->getDefaultValue(); in setDefaultValues()
409 …if (!static_cast<const CParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAc… in doSet()
433 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
DBooleanParameterType.h36 class CBooleanParameterType : public CParameterType
DEnumParameterType.h37 class CEnumParameterType : public CParameterType
DBooleanParameterType.cpp33 #define base CParameterType
DFixedPointParameterType.h36 class CFixedPointParameterType : public CParameterType
DIntegerParameterType.h38 class CIntegerParameterType : public CParameterType
DSubsystemObject.cpp101 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
DEnumParameterType.cpp41 #define base CParameterType
DFixedPointParameterType.cpp43 #define base CParameterType
DIntegerParameterType.cpp40 #define base CParameterType
/external/parameter-framework/skeleton-subsystem/
DSkeletonSubsystemObject.cpp61 …const CParameterType* pParameterType = static_cast<const CParameterType*>(pInstanceConfigurableEle… in CSkeletonSubsystemObject()
/external/parameter-framework/test/test-subsystem/
DTESTSubsystemObject.cpp45 …const CParameterType* pParameterType = static_cast<const CParameterType*>(pInstanceConfigurableEle… in CTESTSubsystemObject()