Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.cc223 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup()
224 p_fcrb->retrans_q = NULL; in l2c_fcr_cleanup()
660 if ((!fixed_queue_is_empty(p_ccb->fcrb.retrans_q) || in l2c_fcr_proc_pdu()
1338 while (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in retransmit_i_frames()
1339 osi_free(fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q)); in retransmit_i_frames()
1353 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames()
1393 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q); in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_link.cc1432 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in l2cu_get_next_channel_in_rr()
1498 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in l2cu_get_next_buffer_to_send()
Dl2c_int.h246 fixed_queue_t* retrans_q; /* Buffers being retransmitted */ member
Dl2c_utils.cc1443 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()