HomeSort by relevance Sort by last modified time
    Searched defs:CBitParameterType (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
BitParameterType.h 40 class CBitParameterType : public CTypeElement
43 CBitParameterType(const std::string& strName);
BitParameterType.cpp 42 CBitParameterType::CBitParameterType(const string& strName) : base(strName), _uiBitPos(0), _uiBitSize(0), _uiMax(uint64_t(-1))
47 string CBitParameterType::getKind() const
53 void CBitParameterType::showProperties(string& strResult) const
74 bool CBitParameterType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
125 bool CBitParameterType::toBlackboard(const string& strValue, uint64_t& uiValue, CParameterAccessContext& parameterAccessContext) const
160 void CBitParameterType::fromBlackboard(string& strValue, const uint64_t& uiValue, CParameterAccessContext& parameterAccessContext) const
180 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t& uiValue, CParameterAccessContext& parameterAccessContext) const
195 void CBitParameterType::fromBlackboard(uint32_t& uiUserValue, uint64_t uiValue, CParameterAccessContext& parameterAccessContext) const
203 uint64_t CBitParameterType::merge(uint64_t uiOriginData, uint64_t uiNewData) cons
    [all...]

Completed in 70 milliseconds