Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_a2dp_source.cc158 fixed_queue_t* tx_audio_queue; member
278 btif_a2dp_source_cb.tx_audio_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_source_startup()
329 fixed_queue_free(btif_a2dp_source_cb.tx_audio_queue, NULL); in btif_a2dp_source_shutdown_delayed()
330 btif_a2dp_source_cb.tx_audio_queue = NULL; in btif_a2dp_source_shutdown_delayed()
670 fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue); in btif_a2dp_source_audio_handle_timer()
720 fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue); in btif_a2dp_source_enqueue_callback()
722 fixed_queue_flush(btif_a2dp_source_cb.tx_audio_queue, osi_free); in btif_a2dp_source_enqueue_callback()
730 if (fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue) + frames_n > in btif_a2dp_source_enqueue_callback()
734 (uint32_t)fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue), in btif_a2dp_source_enqueue_callback()
741 size_t drop_n = fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue); in btif_a2dp_source_enqueue_callback()
[all …]