Searched defs:safelyParseInt (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/automotive/audiocontrol/2.0/default/ | ||
H A D | AudioControl.cpp | 213 bool AudioControl::safelyParseInt(std::string s, int* out) { in safelyParseInt() function in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioControl |
/aosp12/hardware/interfaces/automotive/audiocontrol/aidl/default/ | ||
H A D | AudioControl.cpp | 63 bool safelyParseInt(string s, int* out) { in safelyParseInt() function |
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ | ||
H A 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 |