Home
last modified time | relevance | path

Searched defs:uiUserValue (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBooleanParameterType.cpp105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
119 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
DBaseIntegerParameterType.cpp50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
DBitParameterType.cpp177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
DIntegerParameterType.h158 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()