Searched refs:frag_q (Results 1 – 3 of 3) sorted by relevance
1311 if (!fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req_frag()1316 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) in avdt_scb_hdl_write_req_frag()1326 if (! fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_hdl_write_req_frag()1327 list_t *list = fixed_queue_get_list(p_scb->frag_q); in avdt_scb_hdl_write_req_frag()1391 if (fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req()1477 fixed_queue_length(p_scb->frag_q), p_scb->frag_off); in avdt_scb_snd_stream_close()1481 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_snd_stream_close()1909 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_free_pkt()1961 else if (!fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_clr_pkt()1965 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_clr_pkt()[all …]
617 p_scb->frag_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_scb_alloc()662 fixed_queue_free(p_scb->frag_q, osi_free_func); in avdt_scb_dealloc()
465 fixed_queue_t *frag_q; /* Queue for outgoing media fragments. p_buf should be 0 */ member512 fixed_queue_t *frag_q; /* Queue for outgoing media fragments */ member