Home
last modified time | relevance | path

Searched defs:safelyParseInt (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h319 static android::base::Result<T> safelyParseInt(int index, const std::string& s) { in safelyParseInt() function
/hardware/interfaces/automotive/audiocontrol/2.0/default/
DAudioControl.cpp213 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/
DVehicleHalManager.cpp269 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/
DAudioControl.cpp68 bool safelyParseInt(string s, int* out) { in safelyParseInt() function