HomeSort by relevance Sort by last modified time
    Searched refs:strValueSpace (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.cpp 66 string strValueSpace;
68 if (xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace)) {
70 configurationAccessContext.setValueSpaceRaw(strValueSpace == "Raw");
FixedPointParameterType.cpp 78 string strValueSpace;
79 xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace);
80 configurationAccessContext.setValueSpaceRaw(strValueSpace == "Raw");

Completed in 129 milliseconds