/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 44 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/ |
D | nan_req.cpp | 436 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 …]
|
D | common.h | 289 void hexdump(void *bytes, u16 len);
|
D | common.cpp | 195 void hexdump(void *buf, u16 len) in hexdump() function
|
D | cpp_bindings.cpp | 800 hexdump(mVendorData, mDataLen); in handleEvent() 826 hexdump(mVendorData, mDataLen); in create()
|
D | gscan_event_handler.cpp | 750 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result() 783 hexdump((char *)mPasspointAnqp, mPasspointAnqpLen); in gscan_parse_passpoint_network_result()
|
D | nan.cpp | 1191 hexdump(salt, NAN_SECURITY_SALT_SIZE); in ndp_passphrase_to_pmk() 1983 hexdump(mVendorData, mDataLen); in handleEvent()
|
D | wifilogger_diag.cpp | 2856 hexdump((char *)drv_msg->u.pkt_stats_event.payload, in diag_message_handler()
|
D | wifi_hal.cpp | 2664 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_req.cpp | 402 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 …]
|
D | common.h | 235 void hexdump(void *bytes, u16 len);
|
D | common.cpp | 195 void hexdump(void *buf, u16 len) in hexdump() function
|
D | cpp_bindings.cpp | 794 hexdump(mVendorData, mDataLen); in handleEvent() 820 hexdump(mVendorData, mDataLen); in create()
|
D | gscan_event_handler.cpp | 750 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result() 783 hexdump((char *)mPasspointAnqp, mPasspointAnqpLen); in gscan_parse_passpoint_network_result()
|
D | nan.cpp | 1284 hexdump(mVendorData, mDataLen); in handleEvent()
|
D | wifi_hal.cpp | 2559 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
|
D | wifilogger_diag.cpp | 2825 hexdump((char *)drv_msg->u.pkt_stats_event.payload, in diag_message_handler()
|
/hardware/interfaces/confirmationui/1.0/vts/functional/ |
D | VtsHalConfirmationUIV1_0TargetTest.cpp | 129 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/ |
D | VtsHalConfirmationUITargetTest.cpp | 133 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/ |
D | IdentityCredentialSupport.h | 60 void hexdump(const string& name, const vector<uint8_t>& data);
|
/hardware/interfaces/identity/aidl/default/ |
D | EicOpsImpl.cc | 555 android::hardware::identity::support::hexdump(message, dataVec); in eicHexdump()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 494 * service discovery) and P2P Service Query TLV(s) as hexdump.
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 73 void hexdump(const string& name, const vector<uint8_t>& data) { in hexdump() function
|