Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc83 …td::tuple<SegmentationAndReassembly, uint16_t, std::shared_ptr<packet::RawBuilder>>> unacked_list_; member
603 unacked_list_.emplace(std::piecewise_construct, std::forward_as_tuple(next_tx_seq_), in send_data()
607 … std::make_unique<CopyablePacketBuilder>(std::get<2>(unacked_list_.find(next_tx_seq_)->second)); in send_data()
622 unacked_list_.erase(i); in process_req_seq()
754 while (unacked_list_.find(i) != unacked_list_.end()) { in retransmit_i_frames()
760 std::make_unique<CopyablePacketBuilder>(std::get<2>(unacked_list_.find(i)->second)); in retransmit_i_frames()
761 …_send_i_frame(std::get<0>(unacked_list_.find(i)->second), std::move(copyable_packet_builder), buff… in retransmit_i_frames()
762 std::get<1>(unacked_list_.find(i)->second), f); in retransmit_i_frames()
775 if (unacked_list_.find(req_seq) == unacked_list_.end()) { in retransmit_requested_i_frame()
780 std::make_unique<CopyablePacketBuilder>(std::get<2>(unacked_list_.find(req_seq)->second)); in retransmit_requested_i_frame()
[all …]