Searched refs:ostrStream (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DFloatingPointParameterType.cpp180 std::ostringstream ostrStream; local
182 ostrStream << "Value " << strValue << " standing out of admitted ";
186 ostrStream << "real range [" << _fMin << ", " << _fMax << "]";
194 ostrStream << std::showbase << std::hex << std::setw(static_cast<int>(getSize() * 2))
198 ostrStream << "raw range [" << uiMin << ", " << uiMax << "]";
200 ostrStream << " for " << getKind();
202 parameterAccessContext.setError(ostrStream.str());
209 std::ostringstream ostrStream; local
215 ostrStream << std::showbase << std::hex << std::setw(static_cast<int>(getSize() * 2))
219 ostrStream << uiValu
[all...]

Completed in 116 milliseconds