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.cpp61 auto smsc_length = Hex2ToByte(temp); in DecodePDU()
75 auto oa_length = Hex2ToByte(temp); in DecodePDU()
94 auto ud_length = Hex2ToByte(temp); in DecodePDU()
128 int pdu_type = Hex2ToByte(pdu_type_); in CreatePDU()
154 int pdu_type = Hex2ToByte(pdu_type_); in IsNeededStatuReport()
239 int PDUParser::Hex2ToByte(const std::string& hex) { in Hex2ToByte() function in cuttlefish::PDUParser
Dpdu_parser.h39 int Hex2ToByte(const std::string& hex);