Searched defs:getFootPrint (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DBitParameterBlock.cpp50 size_t CBitParameterBlock::getFootPrint() const function in class:CBitParameterBlock
H A DStringParameter.cpp50 size_t CStringParameter::getFootPrint() const function in class:CStringParameter
H A DBitParameter.cpp60 size_t CBitParameter::getFootPrint() const function in class:CBitParameter
H A DParameter.cpp73 size_t CParameter::getFootPrint() const function in class:CParameter
H A DArrayParameter.cpp49 size_t CArrayParameter::getFootPrint() const function in class:CArrayParameter
H A DConfigurableElement.cpp235 bytes.resize(getFootPrint());
247 size_t size = getFootPrint();
345 offset += pConfigurableElement->getFootPrint();
355 size_t CConfigurableElement::getFootPrint() const function in class:CConfigurableElement
365 uiSize += pConfigurableElement->getFootPrint();
514 return std::to_string(getFootPrint()) + " byte(s)";

Completed in 151 milliseconds