Searched defs:packet (Results 26 - 30 of 30) sorted by relevance

12

/system/bt/btif/src/
H A Dbtif_sock_rfc.cc92 uint8_t* packet; member in struct:__anon675
/system/bt/hci/src/
H A Dhci_layer.cc54 extern void hci_transmit(BT_HDR* packet);
58 extern void hci_log_firmware_debug_packet(int fd, BT_HDR* packet);
114 static bool filter_incoming_event(BT_HDR* packet);
123 static void enqueue_packet(void* packet);
124 static void event_packet_ready(void* packet);
129 static void transmit_fragment(BT_HDR* packet, bool send_transmit_finished);
130 static void dispatch_reassembled(BT_HDR* packet);
131 static void fragmenter_transmit_finished(BT_HDR* packet,
144 BT_HDR* packet) {
145 btsnoop->capture(packet, tru
143 hci_event_received(const tracked_objects::Location& from_here, BT_HDR* packet) argument
152 acl_event_received(BT_HDR* packet) argument
157 sco_data_received(BT_HDR* packet) argument
408 enqueue_packet(void* packet) argument
421 BT_HDR* packet = (BT_HDR*)pkt; local
426 transmit_fragment(BT_HDR* packet, bool send_transmit_finished) argument
436 fragmenter_transmit_finished(BT_HDR* packet, bool all_fragments_sent) argument
539 filter_incoming_event(BT_HDR* packet) argument
632 dispatch_reassembled(BT_HDR* packet) argument
[all...]
/system/bt/stack/a2dp/
H A Da2dp_aac_encoder.cc237 // exceeds the 2DH5 packet size.
605 uint8_t* packet = (uint8_t*)(p_buf + 1) + p_buf->offset + p_buf->len; local
613 out_buf_vector[0] = packet + count;
641 // NOTE: We don't check whether the packet will fit in the MTU,
643 // If the packet is larger than the MTU, it will be fragmented before
647 * Timestamp of the media packet header represent the TS of the
H A Da2dp_vendor_ldac_encoder.cc643 uint8_t* packet = (uint8_t*)(p_buf + 1) + p_buf->offset + p_buf->len; local
652 packet + count, (int*)&written, (int*)&out_frames);
683 * Timestamp of the media packet header represent the TS of the
/system/connectivity/wificond/net/
H A Dnetlink_manager.cpp53 unique_ptr<const NL80211Packet> packet) {
54 vec->push_back(std::move(packet));
78 LOG(ERROR) << "Failed to read packet from buffer";
93 unique_ptr<NL80211Packet> packet(
96 if (!packet->IsValid()) {
97 LOG(ERROR) << "Receive invalid packet";
103 uint32_t sequence_number = packet->GetMessageSequence();
107 BroadcastHandler(std::move(packet));
120 uint32_t message_type = packet->GetMessageType();
137 // to decide what to do with the packet
52 AppendPacket(vector<unique_ptr<const NL80211Packet>>* vec, unique_ptr<const NL80211Packet> packet) argument
149 OnNewFamily(unique_ptr<const NL80211Packet> packet) argument
240 RegisterHandlerAndSendMessage( const NL80211Packet& packet, std::function<void(unique_ptr<const NL80211Packet>)> handler) argument
254 SendMessageAndGetResponses( const NL80211Packet& packet, vector<unique_ptr<const NL80211Packet>>* response) argument
303 SendMessageAndGetSingleResponse( const NL80211Packet& packet, unique_ptr<const NL80211Packet>* response) argument
321 SendMessageAndGetSingleResponseOrError( const NL80211Packet& packet, unique_ptr<const NL80211Packet>* response) argument
337 SendMessageAndGetAckOrError(const NL80211Packet& packet, int* error_code) argument
353 SendMessageAndGetAck(const NL80211Packet& packet) argument
366 SendMessageInternal(const NL80211Packet& packet, int fd) argument
464 BroadcastHandler(unique_ptr<const NL80211Packet> packet) argument
530 OnRegChangeEvent(unique_ptr<const NL80211Packet> packet) argument
575 OnMlmeEvent(unique_ptr<const NL80211Packet> packet) argument
627 OnSchedScanResultsReady(unique_ptr<const NL80211Packet> packet) argument
644 OnScanResultsReady(unique_ptr<const NL80211Packet> packet) argument
[all...]

Completed in 346 milliseconds

12