Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterType.h65 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
70 virtual bool toBlackboard(bool bUserValue, uint32_t &uiValue,
75 virtual bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
80 virtual bool toBlackboard(int32_t iUserValue, uint32_t &uiValue,
85 virtual bool toBlackboard(double dUserValue, uint32_t &uiValue,
DIntegerParameterType.h52 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
57 virtual bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
62 virtual bool toBlackboard(int32_t iUserValue, uint32_t &uiValue,
67 virtual bool toBlackboard(double dUserValue, uint32_t &uiValue,
DBooleanParameterType.h47 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
52 virtual bool toBlackboard(bool bUserValue, uint32_t &uiValue,
57 virtual bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
DBooleanParameterType.cpp47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() function in CBooleanParameterType
88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue, in toBlackboard() function in CBooleanParameterType
105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() function in CBooleanParameterType
DParameterType.cpp214 bool CParameterType::toBlackboard(bool /*bUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType
229 bool CParameterType::toBlackboard(uint32_t /*uiUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType
244 bool CParameterType::toBlackboard(int32_t /*iUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType
261 bool CParameterType::toBlackboard(double /*dUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType
DIntegerParameterType.cpp141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CIntegerParameterType
221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() function in CIntegerParameterType
246 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t &uiValue, in toBlackboard() function in CIntegerParameterType
276 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() function in CIntegerParameterType
285 return base::toBlackboard(dUserValue, uiValue, parameterAccessContext); in toBlackboard()
DEnumParameterType.cpp93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CEnumParameterType
117 return toBlackboard(iParsedUserValue, uiValue, parameterAccessContext); in toBlackboard()
143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard() function in CEnumParameterType
DBitParameterType.h53 bool toBlackboard(const std::string &strValue, uint64_t &uiValue,
58 bool toBlackboard(uint64_t uiUserValue, uint64_t &uiValue,
DFloatingPointParameterType.h47 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
51 virtual bool toBlackboard(double dUserValue, uint32_t &uiValue,
DEnumParameterType.h49 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
54 virtual bool toBlackboard(int32_t iUserValue, uint32_t &uiValue,
DFixedPointParameterType.h55 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
60 virtual bool toBlackboard(double dUserValue, uint32_t &uiValue,
DBitParameterType.cpp122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, in toBlackboard() function in CBitParameterType
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard() function in CBitParameterType
DFloatingPointParameterType.cpp116 bool CFloatingPointParameterType::toBlackboard( in toBlackboard() function in CFloatingPointParameterType
234 bool CFloatingPointParameterType::toBlackboard( in toBlackboard() function in CFloatingPointParameterType
DFixedPointParameterType.cpp119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CFixedPointParameterType
231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() function in CFixedPointParameterType
DBitParameter.cpp154 ->toBlackboard(value, uiData, parameterAccessContext)) { in doSet()
DParameter.cpp178 ->toBlackboard(value, uiData, parameterAccessContext)) { in doSet()
DArrayParameter.cpp407 ->toBlackboard(value, uiData, parameterAccessContext)) { in doSet()