HomeSort by relevance Sort by last modified time
    Searched full:cbitparameter (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/upstream/parameter/
BitParameter.cpp 42 CBitParameter::CBitParameter(const string &strName, const CTypeElement *pTypeElement)
48 CInstanceConfigurableElement::Type CBitParameter::getType() const
54 size_t CBitParameter::getBelongingBlockSize() const
60 size_t CBitParameter::getFootPrint() const
67 bool CBitParameter::doSetValue(const string &strValue, size_t offset,
73 void CBitParameter::doGetValue(string &strValue, size_t offset,
80 bool CBitParameter::access(bool &bValue, bool bSet,
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet,
141 bool CBitParameter::doSet(type value, size_t offset
    [all...]
BitwiseAreaConfiguration.cpp 39 static_cast<const CBitParameter *>(pConfigurableElement)->getBelongingBlockSize())
47 const CBitParameter *pBitParameter = static_cast<const CBitParameter *>(_pConfigurableElement);
70 const CBitParameter *pBitParameter = static_cast<const CBitParameter *>(_pConfigurableElement);
BitParameter.h 36 class CBitParameter : public CBaseParameter
39 CBitParameter(const std::string &strName, const CTypeElement *pTypeElement);
BitwiseAreaConfiguration.h 34 class CBitParameter;
BitParameterType.cpp 213 return new CBitParameter(getName(), this);

Completed in 44 milliseconds