Searched refs:safelyParseFloat (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHalManager.h | 117 static bool safelyParseFloat(int fd, int index, const std::string& s, float* out);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 277 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/ |
D | FakeVehicleHardware.h | 327 static android::base::Result<float> safelyParseFloat(int index, const std::string& s);
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 2007 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
|