Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DFixedPointParameterType.cpp132 return convertFromHexadecimal(strValue, uiValue, parameterAccessContext); in toBlackboard()
282 bool CFixedPointParameterType::convertFromHexadecimal(const string& strValue, uint32_t& uiValue, CP… in convertFromHexadecimal() function in CFixedPointParameterType
DFixedPointParameterType.h106 …bool convertFromHexadecimal(const std::string& strValue, uint32_t& uiValue, CParameterAccessContex…