Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 29) sorted by relevance

12

/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp171 ss << std::setfill('0') << std::setw(2) << std::hex << message_reference; in CreateStatuReport()
239 int PDUParser::Hex2ToByte(const std::string& hex) { in Hex2ToByte() argument
240 int hi = HexCharToInt(hex[0]); in Hex2ToByte()
241 int lo = HexCharToInt(hex[1]); in Hex2ToByte()
267 ss << std::hex << lo; in IntToHexStringTimeZoneDiff()
268 ss << std::hex << hi; in IntToHexStringTimeZoneDiff()
Dpdu_parser.h39 int Hex2ToByte(const std::string& hex);
Dcommand_parser.cpp76 ss << std::hex << std::uppercase << value; in GetNextStrDeciToHex()
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp77 PLOG(ERROR) << "write failed, type: 0x" << std::hex << std::setw(2) in forward()
164 << "0x" << std::hex << (unsigned)buf[0]; in main()
167 << "0x" << std::hex << (unsigned)buf[0] << " .. 0x" in main()
168 << std::hex << (unsigned)buf[bytes - 1]; in main()
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp60 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<()
62 os << "#" << std::hex << appId.id; in operator <<()
74 os << "; EVT=" << std::hex << evtId; in dumpBuffer()
76 os << "; EPT=" << std::hex << endpoint; in dumpBuffer()
77 os << "]:" << std::hex; in dumpBuffer()
/device/google/contexthub/contexthubhal/test/
Dmain.cpp36 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<()
38 os << "#" << std::hex << appId.id; in operator <<()
49 os << "; EVT=" << std::hex << evtId; in dumpBuffer()
50 os << "]:" << std::hex; in dumpBuffer()
/device/google/contexthub/firmware/os/platform/stm32/misc/
Dshowsizes.sh7 hex=$(nm $1 | grep -v "U" | grep "$2" |awk '{print "16#" $1 }')
8 echo $(($hex))
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.h59 int hex2byte(const char *hex);
60 int hexstr2bin(const char *hex, unsigned char *buffer, int len);
Dusb_modeswitch.c1997 int hex2byte(const char *hex) in hex2byte() argument
2000 a = hex2num(*hex++); in hex2byte()
2003 b = hex2num(*hex++); in hex2byte()
2010 int hexstr2bin(const char *hex, unsigned char *buffer, int len) in hexstr2bin() argument
2014 const char *ipos = hex; in hexstr2bin()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp604 std::string hex; in ToHexString() local
605 hex.reserve(binary.size() * 2); in ToHexString()
609 hex.append(buf); in ToHexString()
611 return hex; in ToHexString()
/device/google/cuttlefish/host/commands/cvd_send_sms/
Dpdu_format_builder.cc100 result << std::setfill('0') << std::setw(2) << std::hex in Gsm7bitEncode()
133 ss << std::setfill('0') << std::setw(2) << std::hex << number; in DecimalToHexString()
/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp60 << " prop 0x" << std::hex << cfg.prop << " area 0x" << std::hex << curArea; in storePropInitialValue()
/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.cpp69 stream << std::setfill('0') << std::setw(2) << std::hex in ConfigureMultipleBootDevices()
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp37 ss << std::setfill('0') << std::setw(4) << std::hex << user_message.size() in MakeMessage()
/device/google/sunfish/health/
DHealth.cpp94 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/redbull/health/
DHealth.cpp103 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/coral/health/
DHealth.cpp111 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/gs101/health/
DHealth.cpp115 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/gs201/health/
DHealth.cpp115 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/zuma/health/
DHealth.cpp115 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/zumapro/health/
DHealth.cpp115 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request_test.cpp45 *result_listener << std::hex << +data[item] << " "; in Dump()
/device/google/felix/vibrator/cs40l26/
DVibrator.cpp1422 ss << std::uppercase << std::setfill('0') << std::setw(2) << std::hex in dump()
1439 ss << std::uppercase << std::setfill('0') << std::setw(2) << std::hex in dump()
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/
Dgradle-wrapper.jar ... .File) throws java.lang.Exception String hex int i java.io.File file java. ...
/device/sample/apps/tv/SetupValidation/gradle/wrapper/
Dgradle-wrapper.jar ... .File) throws java.lang.Exception String hex int i java.io.File file java. ...

12