Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h117 static bool safelyParseFloat(int fd, int index, const std::string& s, float* out);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp277 bool VehicleHalManager::safelyParseFloat(int fd, int index, const std::string& s, float* out) { in safelyParseFloat() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
656 if (!safelyParseFloat(fd, currentIndex + i, values[i], &safeFloat)) { in parseSetPropOptions()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h327 static android::base::Result<float> safelyParseFloat(int index, const std::string& s);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2007 auto floatResult = safelyParseFloat(currentIndex + i, argValues[i]); in parsePropOptions()
2454 Result<float> FakeVehicleHardware::safelyParseFloat(int index, const std::string& s) { in safelyParseFloat() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware