Searched refs:frag_q (Results 1 – 3 of 3) sorted by relevance
1230 if (!fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req_frag()1235 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) in avdt_scb_hdl_write_req_frag()1245 if (! fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_hdl_write_req_frag()1246 list_t *list = fixed_queue_get_list(p_scb->frag_q); in avdt_scb_hdl_write_req_frag()1310 if (fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req()1396 fixed_queue_length(p_scb->frag_q), p_scb->frag_off); in avdt_scb_snd_stream_close()1400 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_snd_stream_close()1827 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_free_pkt()1879 else if (!fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_clr_pkt()1883 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_clr_pkt()[all …]
606 p_scb->frag_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_scb_alloc()651 fixed_queue_free(p_scb->frag_q, osi_free_func); in avdt_scb_dealloc()
456 fixed_queue_t *frag_q; /* Queue for outgoing media fragments. p_buf should be 0 */ member503 fixed_queue_t *frag_q; /* Queue for outgoing media fragments */ member