Home
last modified time | relevance | path

Searched refs:getMaxEncodableValue (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DBitParameterType.cpp104 if (_uiMax > getMaxEncodableValue()) { in fromXml()
109 … << "Max attribute inconsistent with maximum encodable size (" << getMaxEncodableValue() << ") for… in fromXml()
117 _uiMax = getMaxEncodableValue(); in fromXml()
220 uint64_t CBitParameterType::getMaxEncodableValue() const in getMaxEncodableValue() function in CBitParameterType
228 return getMaxEncodableValue() << _uiBitPos; in getMask()
DBitParameterType.h80 uint64_t getMaxEncodableValue() const;