HomeSort by relevance Sort by last modified time
    Searched refs:xmit_q (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/bnep/
bnep_utils.c 129 p_bcb->xmit_q = fixed_queue_new(SIZE_MAX);
160 while (!fixed_queue_is_empty(p_bcb->xmit_q))
162 osi_free(fixed_queue_try_dequeue(p_bcb->xmit_q));
164 fixed_queue_free(p_bcb->xmit_q, NULL);
165 p_bcb->xmit_q = NULL;
437 if (fixed_queue_length(p_bcb->xmit_q) >= BNEP_MAX_XMITQ_DEPTH)
445 fixed_queue_enqueue(p_bcb->xmit_q, p_buf);
    [all...]
bnep_api.c 430 if (fixed_queue_length(p_bcb->xmit_q) >= BNEP_MAX_XMITQ_DEPTH)
535 if (fixed_queue_length(p_bcb->xmit_q) >= BNEP_MAX_XMITQ_DEPTH)
728 p_status->xmit_q_depth = fixed_queue_length(p_bcb->xmit_q);
bnep_int.h 137 fixed_queue_t *xmit_q; member in struct:__anon72445
bnep_main.c 448 BT_HDR *p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_bcb->xmit_q);

Completed in 46 milliseconds