Searched defs:dUserValue (Results 1 – 4 of 4) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | BaseIntegerParameterType.h | 56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
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 | IntegerParameterType.h | 172 bool toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() 236 bool 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()
|