Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp44 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { in hexdump() function
99 hexdump(std::cout, buffer, 100) << std::endl; in TEST()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp436 hexdump(mVendorData, mDataLen); in putNanEnable()
489 hexdump(mVendorData, mDataLen); in putNanDisable()
767 hexdump(mVendorData, mDataLen); in putNanConfig()
1003 hexdump(mVendorData, mDataLen); in putNanPublish()
1060 hexdump(mVendorData, mDataLen); in putNanPublishCancel()
1303 hexdump(mVendorData, mDataLen); in putNanSubscribe()
1360 hexdump(mVendorData, mDataLen); in putNanSubscribeCancel()
1453 hexdump(mVendorData, mDataLen); in putNanTransmitFollowup()
1513 hexdump(mVendorData, mDataLen); in putNanStats()
1588 hexdump(mVendorData, mDataLen); in putNanTCA()
[all …]
Dcommon.h289 void hexdump(void *bytes, u16 len);
Dcommon.cpp195 void hexdump(void *buf, u16 len) in hexdump() function
Dcpp_bindings.cpp800 hexdump(mVendorData, mDataLen); in handleEvent()
826 hexdump(mVendorData, mDataLen); in create()
Dgscan_event_handler.cpp750 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result()
783 hexdump((char *)mPasspointAnqp, mPasspointAnqpLen); in gscan_parse_passpoint_network_result()
Dnan.cpp1191 hexdump(salt, NAN_SECURITY_SALT_SIZE); in ndp_passphrase_to_pmk()
1983 hexdump(mVendorData, mDataLen); in handleEvent()
Dwifilogger_diag.cpp2856 hexdump((char *)drv_msg->u.pkt_stats_event.payload, in diag_message_handler()
Dwifi_hal.cpp2664 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp402 hexdump(mVendorData, mDataLen); in putNanEnable()
455 hexdump(mVendorData, mDataLen); in putNanDisable()
733 hexdump(mVendorData, mDataLen); in putNanConfig()
969 hexdump(mVendorData, mDataLen); in putNanPublish()
1026 hexdump(mVendorData, mDataLen); in putNanPublishCancel()
1267 hexdump(mVendorData, mDataLen); in putNanSubscribe()
1324 hexdump(mVendorData, mDataLen); in putNanSubscribeCancel()
1417 hexdump(mVendorData, mDataLen); in putNanTransmitFollowup()
1477 hexdump(mVendorData, mDataLen); in putNanStats()
1552 hexdump(mVendorData, mDataLen); in putNanTCA()
[all …]
Dcommon.h235 void hexdump(void *bytes, u16 len);
Dcommon.cpp195 void hexdump(void *buf, u16 len) in hexdump() function
Dcpp_bindings.cpp794 hexdump(mVendorData, mDataLen); in handleEvent()
820 hexdump(mVendorData, mDataLen); in create()
Dgscan_event_handler.cpp750 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result()
783 hexdump((char *)mPasspointAnqp, mPasspointAnqpLen); in gscan_parse_passpoint_network_result()
Dnan.cpp1284 hexdump(mVendorData, mDataLen); in handleEvent()
Dwifi_hal.cpp2559 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
Dwifilogger_diag.cpp2825 hexdump((char *)drv_msg->u.pkt_stats_event.payload, in diag_message_handler()
/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp129 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { in hexdump() function
467 hexdump(std::cout, reinterpret_cast<const uint8_t*>(expected.data()), 32) << std::endl; in TEST()
468 hexdump(std::cout, result.value().data(), 32) << std::endl; in TEST()
/hardware/interfaces/confirmationui/aidl/vts/functional/
DVtsHalConfirmationUITargetTest.cpp133 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { in hexdump() function
519 hexdump(std::cout, reinterpret_cast<const uint8_t*>(expected.data()), 32) << std::endl; in TEST()
520 hexdump(std::cout, result.value().data(), 32) << std::endl; in TEST()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h60 void hexdump(const string& name, const vector<uint8_t>& data);
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc555 android::hardware::identity::support::hexdump(message, dataVec); in eicHexdump()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal494 * service discovery) and P2P Service Query TLV(s) as hexdump.
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp73 void hexdump(const string& name, const vector<uint8_t>& data) { in hexdump() function