Searched defs:uiUserValue (Results 1 – 4 of 4) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | BooleanParameterType.cpp | 105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() 119 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
|
D | BaseIntegerParameterType.cpp | 50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
|
D | BitParameterType.cpp | 177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
|
D | IntegerParameterType.h | 158 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
|