Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2007 auto floatResult = safelyParseFloat(currentIndex + i, argValues[i]); in parsePropOptions() local
2008 if (!floatResult.ok()) { in parsePropOptions()
2011 argValues[i].c_str(), getErrorMsg(floatResult).c_str()); in parsePropOptions()
2013 prop.value.floatValues[i] = floatResult.value(); in parsePropOptions()