Searched defs:dUserValue (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/parameter/ |
D | IntegerParameterType.cpp | 281 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessCont… in toBlackboard() 320 bool CIntegerParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessCo… in fromBlackboard()
|
D | FixedPointParameterType.cpp | 225 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard() 247 bool CFixedPointParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard()
|
D | ParameterType.cpp | 289 bool CParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessContext& pa… in toBlackboard() 300 bool CParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& … in fromBlackboard()
|