/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 | 351 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 …]
|
D | common.h | 198 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 | 821 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result() 865 hexdump((char*)mPasspointAnqp, mPasspointAnqpLen); in gscan_parse_passpoint_network_result()
|
D | nan.cpp | 1196 hexdump(mVendorData, mDataLen); in handleEvent()
|
D | wifi_hal.cpp | 1322 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
|
D | wifilogger_diag.cpp | 2233 hexdump((char *)drv_msg->u.pkt_stats_event.payload, in diag_message_handler()
|
/hardware/interfaces/confirmationui/1.0/vts/functional/ |
D | VtsHalConfirmationUIV1_0TargetTest.cpp | 125 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/ |
D | C2SoftAacEnc.cpp | 286 hexdump(csd->m.value, csd->flexCount()); in process() 433 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in process()
|
D | C2SoftAacDec.cpp | 508 hexdump(adtsHeader, size); in process() 523 hexdump(adtsHeader, size); in process()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 367 hexdump(adtsHeader, size); in process() 379 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/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.
|