Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp62 auto smsc_length = Hex2ToByte(temp); in DecodePDU()
76 auto oa_length = Hex2ToByte(temp); in DecodePDU()
93 auto ud_length = Hex2ToByte(temp); in DecodePDU()
125 int pdu_type = Hex2ToByte(pdu_type_); in CreatePDU()
149 int pdu_type = Hex2ToByte(pdu_type_); in IsNeededStatuReport()
224 int PDUParser::Hex2ToByte(const std::string& hex) { in Hex2ToByte() function in cuttlefish::PDUParser
Dpdu_parser.h38 int Hex2ToByte(const std::string& hex);