Home
last modified time | relevance | path

Searched refs:unacked_list_ (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc85 …td::tuple<SegmentationAndReassembly, uint16_t, std::shared_ptr<packet::RawBuilder>>> unacked_list_; member
605 unacked_list_.emplace(std::piecewise_construct, std::forward_as_tuple(next_tx_seq_), in send_data()
609 … std::make_unique<CopyablePacketBuilder>(std::get<2>(unacked_list_.find(next_tx_seq_)->second)); in send_data()
624 unacked_list_.erase(i); in process_req_seq()
756 while (unacked_list_.find(i) != unacked_list_.end()) { in retransmit_i_frames()
762 std::make_unique<CopyablePacketBuilder>(std::get<2>(unacked_list_.find(i)->second)); in retransmit_i_frames()
763 …_send_i_frame(std::get<0>(unacked_list_.find(i)->second), std::move(copyable_packet_builder), buff… in retransmit_i_frames()
764 std::get<1>(unacked_list_.find(i)->second), f); in retransmit_i_frames()
777 if (unacked_list_.find(req_seq) == unacked_list_.end()) { in retransmit_requested_i_frame()
782 std::make_unique<CopyablePacketBuilder>(std::get<2>(unacked_list_.find(req_seq)->second)); in retransmit_requested_i_frame()
[all …]