Searched defs:iUserValue (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/parameter/ |
D | EnumParameterType.cpp | 237 bool CEnumParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContex… in toBlackboard() 248 bool CEnumParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessCont… in fromBlackboard()
|
D | IntegerParameterType.cpp | 251 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessCon… in toBlackboard() 265 bool CIntegerParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessC… in fromBlackboard()
|
D | ParameterType.cpp | 266 bool CParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContext& p… in toBlackboard() 277 bool CParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext&… in fromBlackboard()
|