Searched defs:safelyParseInt (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/ | ||
D | FakeVehicleHardware.h | 319 static android::base::Result<T> safelyParseInt(int index, const std::string& s) { in safelyParseInt() function |
/hardware/interfaces/automotive/audiocontrol/2.0/default/ | ||
D | AudioControl.cpp | 213 bool AudioControl::safelyParseInt(std::string s, int* out) { in safelyParseInt() function in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioControl |
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ | ||
D | VehicleHalManager.cpp | 269 bool VehicleHalManager::safelyParseInt(int fd, int index, const std::string& s, T* out) { in safelyParseInt() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager |
/hardware/interfaces/automotive/audiocontrol/aidl/default/ | ||
D | AudioControl.cpp | 68 bool safelyParseInt(string s, int* out) { in safelyParseInt() function |