Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterType.h67 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
72 virtual bool fromBlackboard(bool &bUserValue, uint32_t uiValue,
77 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
82 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
87 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
DIntegerParameterType.h54 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
59 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
64 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
69 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
DBooleanParameterType.h49 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
54 virtual bool fromBlackboard(bool &bUserValue, uint32_t uiValue,
59 virtual 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
118 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
DIntegerParameterType.cpp183 bool CIntegerParameterType::fromBlackboard(string &strValue, const uint32_t &value, in fromBlackboard() function in CIntegerParameterType
236 bool CIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard() function in CIntegerParameterType
261 bool CIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard() function in CIntegerParameterType
316 bool CIntegerParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function in CIntegerParameterType
325 return base::fromBlackboard(dUserValue, uiValue, parameterAccessContext); in fromBlackboard()
DBitParameterType.h55 void fromBlackboard(std::string &strValue, const uint64_t &uiValue,
60 void fromBlackboard(uint32_t &uiUserValue, uint64_t uiValue,
DFloatingPointParameterType.h49 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
53 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
DEnumParameterType.h51 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
56 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
DFixedPointParameterType.h57 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
62 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
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.cpp131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard() function in CEnumParameterType
169 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()