Searched defs:dUserValue (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | FloatingPointParameterType.cpp | 235 double dUserValue, uint32_t &uiValue, CParameterAccessContext ¶meterAccessContext) const in toBlackboard() 249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
D | FixedPointParameterType.cpp | 231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() 254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
D | IntegerParameterType.cpp | 276 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() 316 bool CIntegerParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|