Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c109 fixed_queue_t *RxSbcQ; member
358 if (fixed_queue_is_empty(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ)) { in btc_a2dp_sink_data_ready()
362 btc_a2dp_sink_flush_q(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_data_ready()
365 nb_of_msgs_to_process = fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_data_ready()
371 … p_msg = (tBT_SBC_HDR *)fixed_queue_dequeue(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ, 0); in btc_a2dp_sink_data_ready()
584 …if (fixed_queue_is_empty(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ) == TRUE) { /* Que is already… in btc_a2dp_sink_rx_flush_req()
605 btc_a2dp_sink_flush_q(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_rx_flush()
662 return fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_enque_buf()
665 …if (fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ) >= MAX_OUTPUT_A2DP_SNK_FRAME_QU… in btc_a2dp_sink_enque_buf()
667 return fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_enque_buf()
[all …]