Searched refs:CParameterType (Results 1 – 15 of 15) sorted by relevance
/external/parameter-framework/parameter/ |
D | ParameterType.cpp | 40 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 …]
|
D | Parameter.cpp | 63 …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()
|
D | ParameterType.h | 42 class CParameterType : public CTypeElement 45 CParameterType(const std::string& strName); 46 virtual ~CParameterType();
|
D | ArrayParameter.cpp | 190 … 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()
|
D | BooleanParameterType.h | 36 class CBooleanParameterType : public CParameterType
|
D | EnumParameterType.h | 37 class CEnumParameterType : public CParameterType
|
D | BooleanParameterType.cpp | 33 #define base CParameterType
|
D | FixedPointParameterType.h | 36 class CFixedPointParameterType : public CParameterType
|
D | IntegerParameterType.h | 38 class CIntegerParameterType : public CParameterType
|
D | SubsystemObject.cpp | 101 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
|
D | EnumParameterType.cpp | 41 #define base CParameterType
|
D | FixedPointParameterType.cpp | 43 #define base CParameterType
|
D | IntegerParameterType.cpp | 40 #define base CParameterType
|
/external/parameter-framework/skeleton-subsystem/ |
D | SkeletonSubsystemObject.cpp | 61 …const CParameterType* pParameterType = static_cast<const CParameterType*>(pInstanceConfigurableEle… in CSkeletonSubsystemObject()
|
/external/parameter-framework/test/test-subsystem/ |
D | TESTSubsystemObject.cpp | 45 …const CParameterType* pParameterType = static_cast<const CParameterType*>(pInstanceConfigurableEle… in CTESTSubsystemObject()
|