Home
last modified time | relevance | path

Searched refs:getFootPrint (Results 1 – 20 of 20) sorted by relevance

/external/parameter-framework/upstream/parameter/
DConfigurableElement.cpp235 bytes.resize(getFootPrint()); in getSettingsAsBytes()
247 size_t size = getFootPrint(); in setSettingsAsBytes()
345 offset += pConfigurableElement->getFootPrint(); in setOffset()
355 size_t CConfigurableElement::getFootPrint() const in getFootPrint() function in CConfigurableElement
365 uiSize += pConfigurableElement->getFootPrint(); in getFootPrint()
514 return std::to_string(getFootPrint()) + " byte(s)"; in getFootprintAsString()
DBitParameterBlock.h40 size_t getFootPrint() const override;
DStringParameter.h42 size_t getFootPrint() const override;
DBitParameterBlock.cpp50 size_t CBitParameterBlock::getFootPrint() const in getFootPrint() function in CBitParameterBlock
DStringParameter.cpp50 size_t CStringParameter::getFootPrint() const in getFootPrint() function in CStringParameter
DBitParameter.h42 size_t getFootPrint() const override;
DParameter.h44 size_t getFootPrint() const override;
DSubsystemObject.cpp49 _dataSize(pInstanceConfigurableElement->getFootPrint()) in CSubsystemObject()
DBitParameter.cpp60 size_t CBitParameter::getFootPrint() const in getFootPrint() function in CBitParameter
DAreaConfiguration.cpp40 _blackboard.setSize(_pConfigurableElement->getFootPrint()); in CAreaConfiguration()
DArrayParameter.h40 size_t getFootPrint() const override;
DConfigurableElement.h63 virtual size_t getFootPrint() const;
DParameter.cpp73 size_t CParameter::getFootPrint() const in getFootPrint() function in CParameter
DSubsystem.cpp405 if (pInstanceConfigurableElement->getFootPrint() > in handleSubsystemObjectCreation()
DArrayParameter.cpp49 size_t CArrayParameter::getFootPrint() const in getFootPrint() function in CArrayParameter
DElementHandle.cpp70 return mElement.getFootPrint(); in getSize()
DParameterMgr.cpp535 _pMainParameterBlackboard->setSize(pSystemClass->getFootPrint()); in loadStructure()
/external/parameter-framework/upstream/test/introspection-subsystem/
DIntrospectionSubsystemObject.cpp56 ALWAYS_ASSERT((instanceConfigurableElement->getFootPrint() / parameterSize) == 1, in SubsystemObject()
/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp61 _arraySize = pInstanceConfigurableElement->getFootPrint() / _scalarSize; in CSkeletonSubsystemObject()
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemObject.cpp53 _arraySize = pInstanceConfigurableElement->getFootPrint() / _scalarSize; in CTESTSubsystemObject()