Home
last modified time | relevance | path

Searched refs:fromBlackboard (Results 1 – 18 of 18) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBaseIntegerParameterType.h52 bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
54 bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function
59 return CParameterType::fromBlackboard(dUserValue, uiValue, parameterAccessContext); in fromBlackboard()
61 bool fromBlackboard(std::string &strValue, const uint32_t &value,
DParameterType.h68 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
73 virtual bool fromBlackboard(bool &bUserValue, uint32_t uiValue,
78 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
83 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
88 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
DBooleanParameterType.h49 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
54 bool fromBlackboard(bool &bUserValue, uint32_t uiValue,
59 bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
DBooleanParameterType.cpp74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue, in fromBlackboard() function in CBooleanParameterType
96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue, in fromBlackboard() function in CBooleanParameterType
119 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard() function in CBooleanParameterType
DParameterType.cpp221 bool CParameterType::fromBlackboard(bool & /*bUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType
236 bool CParameterType::fromBlackboard(uint32_t & /*uiUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType
252 bool CParameterType::fromBlackboard(int32_t & /*iUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType
269 bool CParameterType::fromBlackboard(double & /*dUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType
DBaseIntegerParameterType.cpp50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard() function in CBaseIntegerParameterType
58 bool CBaseIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard() function in CBaseIntegerParameterType
DBitParameterType.h56 void fromBlackboard(std::string &strValue, const uint64_t &uiValue,
61 void fromBlackboard(uint32_t &uiUserValue, uint64_t uiValue,
DFloatingPointParameterType.h50 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
54 bool fromBlackboard(double &dUserValue, uint32_t uiValue,
DEnumParameterType.h52 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
57 bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
DFixedPointParameterType.h58 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
63 bool fromBlackboard(double &dUserValue, uint32_t uiValue,
DIntegerParameterType.h122 bool fromBlackboard(std::string &strValue, const uint32_t &value, in fromBlackboard() function
236 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function
245 return Base::fromBlackboard(dUserValue, uiValue, parameterAccessContext); in fromBlackboard()
DBitParameterType.cpp156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, in fromBlackboard() function in CBitParameterType
193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, in fromBlackboard() function in CBitParameterType
DEnumParameterType.cpp133 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard() function in CEnumParameterType
197 bool CEnumParameterType::fromBlackboard(int32_t &userValue, uint32_t value, in fromBlackboard() function in CEnumParameterType
DFloatingPointParameterType.cpp205 bool CFloatingPointParameterType::fromBlackboard( in fromBlackboard() function in CFloatingPointParameterType
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function in CFloatingPointParameterType
DFixedPointParameterType.cpp190 bool CFixedPointParameterType::fromBlackboard(string &strValue, const uint32_t &value, in fromBlackboard() function in CFixedPointParameterType
254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function in CFixedPointParameterType
DBitParameter.cpp178 ->fromBlackboard(value, uiData, parameterAccessContext); in doGet()
DParameter.cpp204 ->fromBlackboard(value, uiData, parameterAccessContext); in doGet()
DArrayParameter.cpp433 ->fromBlackboard(value, uiData, parameterAccessContext); in doGet()