Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
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
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
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
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.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
DEnumParameterType.cpp95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CEnumParameterType
166 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard() function in CEnumParameterType
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