Home
last modified time | relevance | path

Searched defs:dUserValue (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/parameter/
DIntegerParameterType.cpp281 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessCont… in toBlackboard()
320 bool CIntegerParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessCo… in fromBlackboard()
DFixedPointParameterType.cpp225 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard()
247 bool CFixedPointParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard()
DParameterType.cpp289 bool CParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessContext& pa… in toBlackboard()
300 bool CParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& … in fromBlackboard()