Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DBooleanParameterType.cpp105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
118 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
DIntegerParameterType.cpp221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
236 bool CIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
DBitParameterType.cpp177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()