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

/external/parameter-framework/upstream/parameter/
H A DBooleanParameterType.cpp47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue, function in class:CBooleanParameterType
88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue, function in class:CBooleanParameterType
105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, function in class:CBooleanParameterType
H A DFloatingPointParameterType.cpp116 bool CFloatingPointParameterType::toBlackboard( function in class:CFloatingPointParameterType
234 bool CFloatingPointParameterType::toBlackboard( function in class:CFloatingPointParameterType
H A DBitParameterType.cpp122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, function in class:CBitParameterType
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, function in class:CBitParameterType
H A DEnumParameterType.cpp93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, function in class:CEnumParameterType
116 // toBlackboard.
117 return toBlackboard(iParsedUserValue, uiValue, parameterAccessContext);
143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, function in class:CEnumParameterType
H A DFixedPointParameterType.cpp119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, function in class:CFixedPointParameterType
231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, function in class:CFixedPointParameterType
H A DIntegerParameterType.cpp141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, function in class:CIntegerParameterType
221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, function in class:CIntegerParameterType
246 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t &uiValue, function in class:CIntegerParameterType
276 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, function in class:CIntegerParameterType
285 return base::toBlackboard(dUserValue, uiValue, parameterAccessContext);
H A DParameterType.cpp214 bool CParameterType::toBlackboard(bool /*bUserValue*/, uint32_t & /*uiValue*/, function in class:CParameterType
229 bool CParameterType::toBlackboard(uint32_t /*uiUserValue*/, uint32_t & /*uiValue*/, function in class:CParameterType
244 bool CParameterType::toBlackboard(int32_t /*iUserValue*/, uint32_t & /*uiValue*/, function in class:CParameterType
261 bool CParameterType::toBlackboard(double /*dUserValue*/, uint32_t & /*uiValue*/, function in class:CParameterType

Completed in 1679 milliseconds