Searched refs:parseHexString (Results 1 – 4 of 4) sorted by relevance
120 static bool parseHexString(int fd, const std::string& s, std::vector<uint8_t>* bytes);
674 if (!parseHexString(fd, values[0], &bytes)) { in parseSetPropOptions()697 bool VehicleHalManager::parseHexString(int fd, const std::string& s, std::vector<uint8_t>* bytes) { in parseHexString() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
276 android::base::Result<std::vector<uint8_t>> parseHexString(const std::string& s);
2024 auto bytesResult = parseHexString(argValues[0]); in parsePropOptions()2462 Result<std::vector<uint8_t>> FakeVehicleHardware::parseHexString(const std::string& s) { in parseHexString() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware