Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.cc615 l2cb.round_robin_quota = l2cb.round_robin_unacked = 0; in l2c_link_adjust_allocation()
651 l2cb.round_robin_unacked = 0; in l2c_link_adjust_allocation()
658 l2cb.round_robin_unacked = 0; in l2c_link_adjust_allocation()
680 l2cb.round_robin_unacked += p_lcb->sent_not_acked; in l2c_link_adjust_allocation()
694 p_lcb->sent_not_acked, l2cb.round_robin_unacked); in l2c_link_adjust_allocation()
919 (l2cb.round_robin_unacked >= l2cb.round_robin_quota)) && in l2c_link_check_send_pkts()
959 (l2cb.round_robin_unacked < l2cb.round_robin_quota) && in l2c_link_check_send_pkts()
1058 l2cb.round_robin_unacked++; in l2c_link_send_to_lower_br_edr()
1088 if (p_lcb->link_xmit_quota == 0) l2cb.round_robin_unacked += num_segs; in l2c_link_send_to_lower_br_edr()
1094 l2cb.round_robin_quota, l2cb.round_robin_unacked); in l2c_link_send_to_lower_br_edr()
[all …]
Dl2c_int.h564 uint16_t round_robin_unacked; /* Round-robin unacked */ member
566 return round_robin_unacked < round_robin_quota; in is_classic_round_robin_quota_available()
569 if (round_robin_unacked > num_packets_acked) in update_outstanding_classic_packets()
570 round_robin_unacked -= num_packets_acked; in update_outstanding_classic_packets()
572 round_robin_unacked = 0; in update_outstanding_classic_packets()
Dl2c_ble.cc1196 p_lcb->sent_not_acked, l2cb.round_robin_unacked); in l2c_ble_link_adjust_allocation()