Searched refs:xmit_hold_q (Results 1 - 8 of 8) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_utils.c950 while ((p_buf2 = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != NULL)
1582 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX);
1704 fixed_queue_free(p_ccb->xmit_hold_q, osi_free);
1705 p_ccb->xmit_hold_q = NULL;
3403 fixed_queue_length(p_ccb->xmit_hold_q));
3425 if (fixed_queue_is_empty(p_ccb->xmit_hold_q))
3439 if (fixed_queue_is_empty(p_ccb->xmit_hold_q))
3449 if (fixed_queue_is_empty(p_ccb->xmit_hold_q))
3510 if (fixed_queue_is_empty(p_ccb->xmit_hold_q))
3558 if (fixed_queue_is_empty(p_ccb->xmit_hold_q))
[all...]
H A Dl2c_api.c1870 xmit_hold_q.count: %u buff_quota: %u", fixed_cid,
1871 fixed_queue_length(p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->xmit_hold_q),
2227 fixed_queue_length(p_ccb->xmit_hold_q),
2228 fixed_queue_try_peek_first(p_ccb->xmit_hold_q));
2273 while ( (num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q)))
2275 BT_HDR *p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q);
2296 num_left += fixed_queue_length(p_ccb->xmit_hold_q);
H A Dl2c_csm.c909 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q))
999 (!fixed_queue_is_empty(p_ccb->xmit_hold_q)))
1499 if (p_ccb->xmit_hold_q == NULL) {
1504 fixed_queue_enqueue(p_ccb->xmit_hold_q, p_buf);
H A Dl2c_fcr.c371 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q))
805 !fixed_queue_is_empty(p_ccb->xmit_hold_q))
1040 fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
1317 else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) ||
1705 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q);
1742 p_xmit = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q);
1856 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q);
1918 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q);
H A Dl2c_int.h311 fixed_queue_t *xmit_hold_q; /* Transmit data hold queue */ member in struct:t_l2c_ccb
H A Dl2c_ucd.c455 (fixed_queue_length(p_ccb->xmit_hold_q) +
H A Dl2c_link.c1025 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q))
H A Dl2c_main.c937 L2CAP_TRACE_ERROR ("L2CAP - CID: 0x%04x cannot send, already congested xmit_hold_q.count: %u buff_quota: %u",
939 fixed_queue_length(p_ccb->xmit_hold_q),

Completed in 295 milliseconds