Home
last modified time | relevance | path

Searched defs:uiValue (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBooleanParameterType.cpp47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard()
74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue, in fromBlackboard()
88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue, in toBlackboard()
96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue, in fromBlackboard()
105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
118 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
DIntegerParameterType.cpp141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
236 bool CIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
246 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t &uiValue, in toBlackboard()
261 bool CIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard()
276 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard()
316 bool CIntegerParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
DFixedPointParameterType.cpp119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard()
254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
284 const string &strValue, uint32_t &uiValue, in convertFromHexadecimal()
302 const string &strValue, uint32_t &uiValue, in convertFromDecimal()
313 bool CFixedPointParameterType::convertFromQnm(const string &strValue, uint32_t &uiValue, in convertFromQnm()
DFloatingPointParameterType.cpp117 const string &strValue, uint32_t &uiValue, in toBlackboard()
206 string &strValue, const uint32_t &uiValue, in fromBlackboard()
235 double dUserValue, uint32_t &uiValue, CParameterAccessContext &parameterAccessContext) const in toBlackboard()
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
DBitParameterType.cpp122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, in toBlackboard()
156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, in fromBlackboard()
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
DBitParameter.cpp93 uint32_t uiValue; in access() local
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access()
DEnumParameterType.cpp93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
DParameter.cpp120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemBinary.cpp53 uint32_t uiValue = 0; in toString() local
69 uint32_t uiValue; in fromString() local