Searched refs:rx_audio_queue (Results 1 – 1 of 1) sorted by relevance
87 rx_audio_queue(nullptr), in BtifA2dpSinkControlBlock()102 fixed_queue_free(rx_audio_queue, nullptr); in Reset()103 rx_audio_queue = nullptr; in Reset()114 fixed_queue_t* rx_audio_queue; member in BtifA2dpSinkControlBlock191 btif_a2dp_sink_cb.rx_audio_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_sink_init()331 fixed_queue_free(btif_a2dp_sink_cb.rx_audio_queue, nullptr); in btif_a2dp_sink_cleanup_delayed()332 btif_a2dp_sink_cb.rx_audio_queue = nullptr; in btif_a2dp_sink_cleanup_delayed()540 if (fixed_queue_is_empty(btif_a2dp_sink_cb.rx_audio_queue)) { in btif_a2dp_sink_avk_handle_timer()658 if (fixed_queue_length(btif_a2dp_sink_cb.rx_audio_queue) == in btif_a2dp_sink_enqueue_buf()673 if (fixed_queue_length(btif_a2dp_sink_cb.rx_audio_queue) == in btif_a2dp_sink_enqueue_buf()[all …]