Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DIntegerParameterType.h158 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() function
165 bool toBlackboard(int32_t iUserValue, uint32_t &uiValue, in toBlackboard() function
172 bool toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() function
181 return Base::toBlackboard(dUserValue, uiValue, parameterAccessContext); in toBlackboard()
201 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() function
224 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() function
230 return toBlackboard<Intermediate>(strValue, uiValue, parameterAccessContext); in toBlackboard()
232 return toBlackboard<CType>(strValue, uiValue, parameterAccessContext); in toBlackboard()
DParameterType.h66 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
71 virtual bool toBlackboard(bool bUserValue, uint32_t &uiValue,
76 virtual bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
81 virtual bool toBlackboard(int32_t iUserValue, uint32_t &uiValue,
86 virtual bool toBlackboard(double dUserValue, uint32_t &uiValue,
DBooleanParameterType.h47 bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
52 bool toBlackboard(bool bUserValue, uint32_t &uiValue,
57 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
DBitParameterType.h54 bool toBlackboard(const std::string &strValue, uint64_t &uiValue,
59 bool toBlackboard(uint64_t uiUserValue, uint64_t &uiValue,
DFloatingPointParameterType.h48 bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
52 bool toBlackboard(double dUserValue, uint32_t &uiValue,
DEnumParameterType.cpp95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CEnumParameterType
119 return toBlackboard(iParsedUserValue, uiValue, parameterAccessContext); in toBlackboard()
166 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard() function in CEnumParameterType
DEnumParameterType.h50 bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
55 bool toBlackboard(int32_t iUserValue, uint32_t &uiValue,
DFixedPointParameterType.h56 bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
61 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()