| /system/connectivity/wificond/net/ |
| D | mlme_event.cpp | 35 bool GetCommonFields(const NL80211Packet* packet, in GetCommonFields() 52 const NL80211Packet* packet) { in InitFromPacket() 74 const NL80211Packet* packet) { in InitFromPacket() 96 const NL80211Packet* packet) { in InitFromPacket() 117 const NL80211Packet* packet) { in InitFromPacket() 131 const NL80211Packet* packet) { in InitFromPacket()
|
| D | netlink_manager.cpp | 53 unique_ptr<const NL80211Packet> packet) { in AppendPacket() 93 unique_ptr<NL80211Packet> packet( in ReceivePacketAndRunHandler() local 149 void NetlinkManager::OnNewFamily(unique_ptr<const NL80211Packet> packet) { in OnNewFamily() 241 const NL80211Packet& packet, in RegisterHandlerAndSendMessage() 255 const NL80211Packet& packet, in SendMessageAndGetResponses() 304 const NL80211Packet& packet, in SendMessageAndGetSingleResponse() 322 const NL80211Packet& packet, in SendMessageAndGetSingleResponseOrError() 337 bool NetlinkManager::SendMessageAndGetAckOrError(const NL80211Packet& packet, in SendMessageAndGetAckOrError() 353 bool NetlinkManager::SendMessageAndGetAck(const NL80211Packet& packet) { in SendMessageAndGetAck() 366 bool NetlinkManager::SendMessageInternal(const NL80211Packet& packet, int fd) { in SendMessageInternal() [all …]
|
| D | netlink_utils.cpp | 68 for (auto& packet : response) { in GetWiphyIndex() local 113 for (auto& packet : response) { in GetInterfaces() local 232 const NL80211Packet* const packet, in ParseScanCapabilities() 262 bool NetlinkUtils::ParseBandInfo(const NL80211Packet* const packet, in ParseBandInfo()
|
| D | nl80211_packet.cpp | 31 NL80211Packet::NL80211Packet(const NL80211Packet& packet) { in NL80211Packet()
|
| /system/bt/hci/src/ |
| D | hci_layer_android.cc | 61 BT_HDR* packet = in WrapPacketAndCopy() local 80 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_EVT, event); in hciEventReceived() local 86 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_ACL, data); in aclDataReceived() local 92 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_SCO, data); in scoDataReceived() local 121 void hci_transmit(BT_HDR* packet) { in hci_transmit() 164 void hci_log_firmware_debug_packet(int fd, BT_HDR* packet) { in hci_log_firmware_debug_packet()
|
| D | hci_packet_factory.cc | 49 BT_HDR* packet = make_command(HCI_HOST_BUFFER_SIZE, parameter_size, &stream); in make_host_buffer_size() local 73 BT_HDR* packet = in make_read_local_extended_features() local 83 BT_HDR* packet = in make_write_simple_pairing_mode() local 93 BT_HDR* packet = in make_write_secure_connections_host_support() local 103 BT_HDR* packet = make_command(HCI_SET_EVENT_MASK, parameter_size, &stream); in make_set_event_mask() local 113 BT_HDR* packet = in make_ble_write_host_support() local 161 BT_HDR* packet = in make_ble_set_event_mask() local 176 BT_HDR* packet = make_packet(HCI_COMMAND_PREAMBLE_SIZE + parameter_size); in make_command() local
|
| D | hci_layer.cc | 142 void hci_event_received(BT_HDR* packet) { in hci_event_received() 151 void acl_event_received(BT_HDR* packet) { in acl_event_received() 156 void sco_data_received(BT_HDR* packet) { in sco_data_received() 403 static void enqueue_packet(void* packet) { in enqueue_packet() 416 BT_HDR* packet = (BT_HDR*)pkt; in event_packet_ready() local 421 static void transmit_fragment(BT_HDR* packet, bool send_transmit_finished) { in transmit_fragment() 431 static void fragmenter_transmit_finished(BT_HDR* packet, in fragmenter_transmit_finished() 534 static bool filter_incoming_event(BT_HDR* packet) { in filter_incoming_event() 627 static void dispatch_reassembled(BT_HDR* packet) { in dispatch_reassembled()
|
| D | btsnoop_mem.cc | 27 void btsnoop_mem_capture(const BT_HDR* packet, uint64_t timestamp_us) { in btsnoop_mem_capture()
|
| D | packet_fragmenter.cc | 58 static void fragment_and_dispatch(BT_HDR* packet) { in fragment_and_dispatch() 120 static void reassemble_and_dispatch(UNUSED_ATTR BT_HDR* packet) { in reassemble_and_dispatch()
|
| D | hci_layer_linux.cc | 122 BT_HDR* packet = in monitor_socket() local 246 void hci_transmit(BT_HDR* packet) { in hci_transmit() 398 void hci_log_firmware_debug_packet(int fd, BT_HDR* packet) {} in hci_log_firmware_debug_packet()
|
| D | hci_inject.cc | 113 static int hci_packet_to_event(hci_packet_t packet) { in hci_packet_to_event()
|
| D | btsnoop.cc | 237 static void btsnoop_write_packet(packet_type_t type, uint8_t* packet, in btsnoop_write_packet()
|
| /system/core/liblog/tests/ |
| D | liblog_benchmark.cpp | 222 struct packet { in BM_pmsg_short_aligned() struct 223 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short_aligned() 224 android_log_header_t header; in BM_pmsg_short_aligned() 225 android_log_event_int_t payload; in BM_pmsg_short_aligned() 296 struct packet { in BM_pmsg_short_unaligned1() struct 297 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short_unaligned1() 298 android_log_header_t header; in BM_pmsg_short_unaligned1() 299 android_log_event_int_t payload; in BM_pmsg_short_unaligned1() 370 struct packet { in BM_pmsg_long_aligned() struct 371 android_pmsg_log_header_t pmsg_header; in BM_pmsg_long_aligned() [all …]
|
| /system/bt/tools/hci/ |
| D | main.c | 80 uint8_t packet[] = {0x1A, 0x0C, 0x01, 0x00}; in set_discoverable() local 98 uint8_t packet[251] = {0x13, 0x0C, 248}; in set_name() local 125 uint8_t packet[] = {0x24, 0xFC, 0x01, 0x00}; in set_pcm_loopback() local 150 uint8_t packet[] = {0x1C, 0xFC, 0x05, 0x00, 0x02, 0x00, 0x00, 0x00}; in set_sco_route() local 176 static bool write_hci_command(hci_packet_t type, const void* packet, in write_hci_command()
|
| /system/bt/hci/test/ |
| D | packet_fragmenter_test.cc | 70 BT_HDR* packet = (BT_HDR*)osi_malloc(size + sizeof(BT_HDR)); in manufacture_packet_for_fragmentation() local 87 BT_HDR* packet, const char* expected_data, in expect_packet_fragmented() 146 BT_HDR* packet = (BT_HDR*)osi_malloc(length_to_send + 4 + sizeof(BT_HDR)); in manufacture_packet_and_then_reassemble() local 168 BT_HDR* packet = (BT_HDR*)osi_malloc(data_length + sizeof(BT_HDR)); in manufacture_packet_and_then_reassemble() local 179 static void expect_packet_reassembled(uint16_t event, BT_HDR* packet, in expect_packet_reassembled()
|
| /system/core/debuggerd/ |
| D | tombstoned_client.cpp | 42 TombstonedCrashPacket packet = {}; in tombstoned_connect() local 80 TombstonedCrashPacket packet = {}; in tombstoned_notify_completion() local
|
| /system/bt/stack/l2cap/ |
| D | l2cap_client.cc | 177 bool l2cap_client_write(l2cap_client_t* client, buffer_t* packet) { in l2cap_client_write() 364 static void read_ready_cb(uint16_t local_channel_id, BT_HDR* packet) { in read_ready_cb() 390 static void fragment_packet(l2cap_client_t* client, buffer_t* packet) { in fragment_packet() 430 BT_HDR* packet = (BT_HDR*)list_front(client->outbound_fragments); in dispatch_fragments() local
|
| /system/core/libappfuse/tests/ |
| D | FuseBufferTest.cc | 45 FuseRequest* const packet = reinterpret_cast<FuseRequest*>(buffer); in TestReadInvalidLength() local 58 FuseRequest* const packet = reinterpret_cast<FuseRequest*>(buffer); in TestWriteInvalidLength() local
|
| /system/core/debuggerd/include/debuggerd/ |
| D | protocol.h | 50 } packet; member
|
| /system/bt/btif/src/ |
| D | btif_sock_l2cap.cc | 56 struct packet { struct 57 struct packet *next, *prev; argument 76 struct packet* first_packet; // fist packet to be delivered to app argument
|
| D | btif_pan.cc | 419 char packet[TAP_MAX_PKT_WRITE_LEN + sizeof(tETH_HDR)]; in btpan_tap_send() local 689 uint8_t* packet = (uint8_t*)buffer + sizeof(BT_HDR) + buffer->offset; in btu_exec_tap_fd_read() local
|
| /system/connectivity/wificond/scanning/ |
| D | scan_utils.cpp | 94 for (auto& packet : response) { in GetScanResult() local 125 bool ScanUtils::ParseScanResult(unique_ptr<const NL80211Packet> packet, in ParseScanResult()
|
| /system/bt/vendor_libs/test_vendor_lib/test/ |
| D | packet_stream_unittest.cc | 58 vector<uint8_t> packet; in CheckedReceiveCommand() local
|
| /system/core/libnetutils/ |
| D | packet.c | 164 } packet; in receive_packet() local
|
| /system/bt/test/rootcanal/ |
| D | bluetooth_hci.cc | 132 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()
|