Home
last modified time | relevance | path

Searched refs:strValueSpace (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DFloatingPointParameterType.cpp66 string strValueSpace; in handleValueSpaceAttribute() local
68 if (xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace)) { in handleValueSpaceAttribute()
70 configurationAccessContext.setValueSpaceRaw(strValueSpace == "Raw"); in handleValueSpaceAttribute()
DFixedPointParameterType.cpp78 string strValueSpace; in handleValueSpaceAttribute() local
79 xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace); in handleValueSpaceAttribute()
80 configurationAccessContext.setValueSpaceRaw(strValueSpace == "Raw"); in handleValueSpaceAttribute()