Home
last modified time | relevance | path

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

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DFloatingPointParameterType.cpp235 double dUserValue, uint32_t &uiValue, CParameterAccessContext &parameterAccessContext) const in toBlackboard()
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
H A DIntegerParameterType.h172 bool toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard()
236 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
H A DFixedPointParameterType.cpp231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard()
254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
H A DBaseIntegerParameterType.h56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()