Home
last modified time | relevance | path

Searched defs:fromBlackboard (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/upstream/parameter/
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
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
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
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
DFloatingPointParameterType.cpp205 bool CFloatingPointParameterType::fromBlackboard( in fromBlackboard() function in CFloatingPointParameterType
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function in CFloatingPointParameterType
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
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