Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 18 of 18) 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/qcwcn/wifi_hal/
Dnan_req.cpp362 hexdump(mVendorData, mDataLen); in putNanEnable()
394 hexdump(mVendorData, mDataLen); in putNanDisable()
654 hexdump(mVendorData, mDataLen); in putNanConfig()
872 hexdump(mVendorData, mDataLen); in putNanPublish()
910 hexdump(mVendorData, mDataLen); in putNanPublishCancel()
1132 hexdump(mVendorData, mDataLen); in putNanSubscribe()
1170 hexdump(mVendorData, mDataLen); in putNanSubscribeCancel()
1244 hexdump(mVendorData, mDataLen); in putNanTransmitFollowup()
1285 hexdump(mVendorData, mDataLen); in putNanStats()
1341 hexdump(mVendorData, mDataLen); in putNanTCA()
[all …]
Dcommon.h226 void hexdump(void *bytes, u16 len);
Dcommon.cpp197 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.cpp1196 hexdump(mVendorData, mDataLen); in handleEvent()
Dwifi_hal.cpp1997 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
Dwifilogger_diag.cpp2740 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/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h52 void hexdump(const string& name, const vector<uint8_t>& data);
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp334 hexdump(csd->m.value, csd->flexCount()); in process()
477 hexdump(outPtr, std::min(outargs.numOutBytes, 256)); in process()
DC2SoftAacDec.cpp599 hexdump(adtsHeader, size); in process()
614 hexdump(adtsHeader, size); in process()
/hardware/google/av/media/sfplugin/tests/
DReflectedParamUpdater_test.cpp286 hexdump(CastParam<C2CompositeInfo>(params[0])->m.blob, 8, 0, &hex); in TEST_F()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp474 hexdump(adtsHeader, size); in process()
486 hexdump(adtsHeader, size); in process()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp100 hexdump(bufValue->data(), bufValue->size(), indent_ + 4, &tmp); in debugString()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal494 * service discovery) and P2P Service Query TLV(s) as hexdump.
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp69 void hexdump(const string& name, const vector<uint8_t>& data) { in hexdump() function