Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.cc877 while ((p_buf2 = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != in l2cu_send_peer_disc_req()
1477 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1592 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb()
1593 p_ccb->xmit_hold_q = NULL; in l2cu_release_ccb()
3124 fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr()
3142 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()
3150 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()
3158 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()
3213 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel()
3263 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_buffer_to_send()
[all …]
Dl2c_api.cc1850 ->xmit_hold_q), in L2CA_SendFixedChnlData()
2192 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()
2193 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
2233 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()
2234 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
2253 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
Dl2c_fcr.cc385 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_fcr_is_flow_controlled()
807 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) && in l2c_fcr_proc_pdu()
1055 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq()
1337 } else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) || in process_i_frame()
1707 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1741 p_xmit = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1836 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
1868 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
Dl2c_csm.cc824 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_csm_config()
915 (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in l2c_csm_config()
1378 if (p_ccb->xmit_hold_q == NULL) { in l2c_enqueue_peer_data()
1385 fixed_queue_enqueue(p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
Dl2c_int.h312 fixed_queue_t* xmit_hold_q; /* Transmit data hold queue */ member
Dl2c_main.cc998 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), in l2c_data_write()
Dl2c_link.cc929 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_link_check_power_mode()