HomeSort by relevance Sort by last modified time
    Searched defs:toBlackboard (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/upstream/parameter/
BooleanParameterType.cpp 47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue,
88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue,
105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
FloatingPointParameterType.cpp 116 bool CFloatingPointParameterType::toBlackboard(
234 bool CFloatingPointParameterType::toBlackboard(
BitParameterType.cpp 122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue,
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue,
EnumParameterType.cpp 93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue,
116 // toBlackboard.
117 return toBlackboard(iParsedUserValue, uiValue, parameterAccessContext);
143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value,
IntegerParameterType.cpp 141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue,
221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
246 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t &uiValue,
276 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t &uiValue,
285 return base::toBlackboard(dUserValue, uiValue, parameterAccessContext);
ParameterType.cpp 214 bool CParameterType::toBlackboard(bool /*bUserValue*/, uint32_t & /*uiValue*/,
229 bool CParameterType::toBlackboard(uint32_t /*uiUserValue*/, uint32_t & /*uiValue*/,
244 bool CParameterType::toBlackboard(int32_t /*iUserValue*/, uint32_t & /*uiValue*/,
261 bool CParameterType::toBlackboard(double /*dUserValue*/, uint32_t & /*uiValue*/,
FixedPointParameterType.cpp 119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue,
231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue,

Completed in 2705 milliseconds