Home
last modified time | relevance | path

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

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A 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()
H A DBaseIntegerParameterType.cpp50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
H A DBitParameterType.cpp177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
H A DIntegerParameterType.h158 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()