Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp216 int PDUParser::HexCharToInt(char c) { in HexCharToInt() function in cuttlefish::PDUParser
225 int hi = HexCharToInt(hex[0]); in Hex2ToByte()
226 int lo = HexCharToInt(hex[1]); in Hex2ToByte()
Dpdu_parser.h39 int HexCharToInt(char c);