Lines Matching refs:RxSbcQ

311     fixed_queue_t *RxSbcQ;  member
1313 if (fixed_queue_is_empty(btif_media_cb.RxSbcQ)) in btif_media_task_avk_handle_timer()
1330 btif_media_flush_q(btif_media_cb.RxSbcQ); in btif_media_task_avk_handle_timer()
1339 p_msg = (tBT_SBC_HDR *)fixed_queue_try_peek_first(btif_media_cb.RxSbcQ); in btif_media_task_avk_handle_timer()
1346 fixed_queue_length(btif_media_cb.RxSbcQ)); in btif_media_task_avk_handle_timer()
1359 p_msg = (tBT_SBC_HDR *)fixed_queue_try_dequeue(btif_media_cb.RxSbcQ); in btif_media_task_avk_handle_timer()
1418 btif_media_cb.RxSbcQ = fixed_queue_new(SIZE_MAX); in btif_media_thread_init()
1436 fixed_queue_free(btif_media_cb.RxSbcQ, NULL); in btif_media_thread_cleanup()
1437 btif_media_cb.RxSbcQ = NULL; in btif_media_thread_cleanup()
1725 if (fixed_queue_is_empty(btif_media_cb.RxSbcQ)) /* Que is already empty */ in btif_media_task_aa_rx_flush_req()
1779 btif_media_flush_q(btif_media_cb.RxSbcQ); in btif_media_task_aa_rx_flush()
2741 return fixed_queue_length(btif_media_cb.RxSbcQ); in btif_media_sink_enque_buf()
2742 if (fixed_queue_length(btif_media_cb.RxSbcQ) == MAX_OUTPUT_A2DP_FRAME_QUEUE_SZ) in btif_media_sink_enque_buf()
2744 UINT8 ret = fixed_queue_length(btif_media_cb.RxSbcQ); in btif_media_sink_enque_buf()
2745 osi_free(fixed_queue_try_dequeue(btif_media_cb.RxSbcQ)); in btif_media_sink_enque_buf()
2762 fixed_queue_enqueue(btif_media_cb.RxSbcQ, p_msg); in btif_media_sink_enque_buf()
2763 if (fixed_queue_length(btif_media_cb.RxSbcQ) == MAX_A2DP_DELAYED_START_FRAME_COUNT) { in btif_media_sink_enque_buf()
2768 return fixed_queue_length(btif_media_cb.RxSbcQ); in btif_media_sink_enque_buf()