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

  /system/bt/stack/btm/
btm_sco.c 92 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p->xmit_data_q)) != NULL)
120 btm_cb.sco_cb.sco_db[i].xmit_data_q = fixed_queue_new(SIZE_MAX);
252 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_data_q)) != NULL)
255 BTM_TRACE_DEBUG("btm: [%d] buf in xmit_data_q",
256 fixed_queue_length(p_ccb->xmit_data_q) + 1);
365 fixed_queue_enqueue(p_ccb->xmit_data_q, p_buf);
    [all...]
btm_int.h 368 fixed_queue_t *xmit_data_q; /* SCO data transmitting queue */ member in struct:__anon72464
    [all...]

Completed in 37 milliseconds