Searched refs:CBitParameterBlock (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DBitParameterBlock.cpp39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) function in class:CBitParameterBlock
44 CInstanceConfigurableElement::Type CBitParameterBlock::getType() const
50 size_t CBitParameterBlock::getFootPrint() const
56 size_t CBitParameterBlock::getSize() const
62 void CBitParameterBlock::setDefaultValues(CParameterAccessContext &parameterAccessContext) const
H A DBitParameterBlock.h34 class CBitParameterBlock : public CInstanceConfigurableElement class in inherits:CInstanceConfigurableElement
37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
H A DBitParameterBlockType.cpp73 return new CBitParameterBlock(getName(), this);
H A DBitParameter.cpp56 return static_cast<const CBitParameterBlock *>(getParent())->getSize();

Completed in 605 milliseconds