Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 16 of 16) 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.cpp351 hexdump(mVendorData, mDataLen); in putNanEnable()
383 hexdump(mVendorData, mDataLen); in putNanDisable()
632 hexdump(mVendorData, mDataLen); in putNanConfig()
850 hexdump(mVendorData, mDataLen); in putNanPublish()
888 hexdump(mVendorData, mDataLen); in putNanPublishCancel()
1112 hexdump(mVendorData, mDataLen); in putNanSubscribe()
1150 hexdump(mVendorData, mDataLen); in putNanSubscribeCancel()
1224 hexdump(mVendorData, mDataLen); in putNanTransmitFollowup()
1265 hexdump(mVendorData, mDataLen); in putNanStats()
1321 hexdump(mVendorData, mDataLen); in putNanTCA()
[all …]
Dcommon.h198 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.cpp821 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result()
865 hexdump((char*)mPasspointAnqp, mPasspointAnqpLen); in gscan_parse_passpoint_network_result()
Dnan.cpp1196 hexdump(mVendorData, mDataLen); in handleEvent()
Dwifi_hal.cpp1322 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
Dwifilogger_diag.cpp2233 hexdump((char *)drv_msg->u.pkt_stats_event.payload, in diag_message_handler()
/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp125 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { in hexdump() function
402 hexdump(std::cout, reinterpret_cast<const uint8_t*>(expected.data()), 32) << std::endl; in TEST()
403 hexdump(std::cout, result.value().data(), 32) << std::endl; in TEST()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp286 hexdump(csd->m.value, csd->flexCount()); in process()
433 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in process()
DC2SoftAacDec.cpp508 hexdump(adtsHeader, size); in process()
523 hexdump(adtsHeader, size); in process()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp367 hexdump(adtsHeader, size); in process()
379 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/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.