Searched refs:rx_audio_queue (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc85 fixed_queue_t* rx_audio_queue; member in struct:__anon605
156 btif_a2dp_sink_cb.rx_audio_queue = fixed_queue_new(SIZE_MAX);
203 fixed_queue_free(btif_a2dp_sink_cb.rx_audio_queue, NULL);
204 btif_a2dp_sink_cb.rx_audio_queue = NULL;
378 if (fixed_queue_is_empty(btif_a2dp_sink_cb.rx_audio_queue)) {
391 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free);
400 btif_a2dp_sink_cb.rx_audio_queue);
408 fixed_queue_length(btif_a2dp_sink_cb.rx_audio_queue));
422 (tBT_SBC_HDR*)fixed_queue_try_dequeue(btif_a2dp_sink_cb.rx_audio_queue);
445 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_fre
[all...]

Completed in 135 milliseconds