Lines Matching refs:frag_q
1272 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()
1985 while ((p_pkt = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_chk_snd_pkt()
2002 if (AVDT_AD_SUCCESS == res || fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_chk_snd_pkt()
2006 if (!fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_chk_snd_pkt()
2015 else if (sent && fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_chk_snd_pkt()
2155 fixed_queue_enqueue(p_scb->frag_q, p_frag); in avdt_scb_queue_frags()