Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c232 while (!GKI_queue_is_empty(&p_fcrb->retrans_q)) in l2c_fcr_cleanup()
233 GKI_freebuf (GKI_dequeue (&p_fcrb->retrans_q)); in l2c_fcr_cleanup()
824 if ( (!GKI_queue_is_empty(&p_ccb->fcrb.retrans_q) || !GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2c_fcr_proc_pdu()
1565 while (!GKI_queue_is_empty(&p_ccb->fcrb.retrans_q)) in retransmit_i_frames()
1566 GKI_freebuf (GKI_dequeue (&p_ccb->fcrb.retrans_q)); in retransmit_i_frames()
1579 GKI_enqueue (&p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames()
1623 if (GKI_getfirst(&p_ccb->fcrb.retrans_q)) in l2c_fcr_get_next_xmit_sdu_seg()
1625 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->fcrb.retrans_q); in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_int.h183 BUFFER_Q retrans_q; /* Buffers being retransmitted */ member
Dl2c_utils.c3154 if ( GKI_queue_is_empty(&p_ccb->fcrb.retrans_q)) in l2cu_get_next_channel_in_rr()
3227 if (p_ccb->fcrb.retrans_q.count != 0) in l2cu_get_next_channel()
3280 if (GKI_queue_is_empty(&p_ccb->fcrb.retrans_q)) in l2cu_get_next_buffer_to_send()