Searched refs:xmit_hold_q (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_link.cc | 836 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_link_check_power_mode() 1407 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr() 1425 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr() 1433 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr() 1441 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr() 1499 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_buffer_to_send() 1514 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2cu_get_next_buffer_to_send() 1515 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2cu_get_next_buffer_to_send() 1555 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2cu_get_next_buffer_to_send()
|
D | l2c_api.cc | 1328 ->xmit_hold_q), in L2CA_SendFixedChnlData() 1565 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel() 1566 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel() 1601 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel() 1602 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in L2CA_FlushChannel() 1621 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
|
D | l2c_fcr.cc | 661 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) && in l2c_fcr_proc_pdu() 892 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq() 1135 } else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) || in process_i_frame() 1411 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg() 1445 p_xmit = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg() 1525 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg() 1557 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
|
D | l2c_csm.cc | 1003 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_csm_config() 1083 (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in l2c_csm_config() 1575 if (p_ccb->xmit_hold_q == NULL) { in l2c_enqueue_peer_data() 1582 fixed_queue_enqueue(p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
|
D | l2c_utils.cc | 903 while ((p_buf2 = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != in l2cu_send_peer_disc_req() 1441 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb() 1550 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb() 1551 p_ccb->xmit_hold_q = NULL; in l2cu_release_ccb() 3224 status, p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), in send_congestion_status_to_all_clients() 3252 size_t q_count = fixed_queue_length(p_ccb->xmit_hold_q); in l2cu_check_channel_congestion()
|
D | l2c_int.h | 327 fixed_queue_t* xmit_hold_q; /* Transmit data hold queue */ member
|
D | l2c_main.cc | 1036 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), in l2c_data_write()
|