/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/qcwcn/wifi_hal/ |
D | nan_req.cpp | 362 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 …]
|
D | common.h | 226 void hexdump(void *bytes, u16 len);
|
D | common.cpp | 197 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 | 1196 hexdump(mVendorData, mDataLen); in handleEvent()
|
D | wifi_hal.cpp | 1997 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
|
D | wifilogger_diag.cpp | 2740 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/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 52 void hexdump(const string& name, const vector<uint8_t>& data);
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 334 hexdump(csd->m.value, csd->flexCount()); in process() 477 hexdump(outPtr, std::min(outargs.numOutBytes, 256)); in process()
|
D | C2SoftAacDec.cpp | 599 hexdump(adtsHeader, size); in process() 614 hexdump(adtsHeader, size); in process()
|
/hardware/google/av/media/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 286 hexdump(CastParam<C2CompositeInfo>(params[0])->m.blob, 8, 0, &hex); in TEST_F()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 474 hexdump(adtsHeader, size); in process() 486 hexdump(adtsHeader, size); in process()
|
/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.cpp | 100 hexdump(bufValue->data(), bufValue->size(), indent_ + 4, &tmp); in debugString()
|
/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 | 69 void hexdump(const string& name, const vector<uint8_t>& data) { in hexdump() function
|