Home
last modified time | relevance | path

Searched refs:frag_q (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/avdt/
Davdt_scb_act.c1272 if (!fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req_frag()
1277 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_hdl_write_req_frag()
1287 if (! fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_hdl_write_req_frag()
1288 list_t *list = fixed_queue_get_list(p_scb->frag_q); in avdt_scb_hdl_write_req_frag()
1352 if (fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req()
1436 fixed_queue_length(p_scb->frag_q), p_scb->frag_off); in avdt_scb_snd_stream_close()
1440 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_snd_stream_close()
1873 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_free_pkt()
1925 else if (!fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_clr_pkt()
1930 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_clr_pkt()
[all …]
Davdt_scb.c604 p_scb->frag_q = fixed_queue_new(SIZE_MAX); in avdt_scb_alloc()
653 fixed_queue_free(p_scb->frag_q, osi_free); in avdt_scb_dealloc()
Davdt_int.h505 fixed_queue_t *frag_q; /* Queue for outgoing media fragments */ member