Home
last modified time | relevance | path

Searched defs:HexCharToInt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp225 int PDUParser::HexCharToInt(char c) { in HexCharToInt() function in cuttlefish::PDUParser
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp184 std::optional<uint8_t> HexCharToInt(char c) { in HexCharToInt() function