Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c310 fixed_queue_t *TxAaQ; member
466 fixed_queue_length(btif_media_cb.TxAaQ)); in log_tstamps_us()
1417 btif_media_cb.TxAaQ = fixed_queue_new(SIZE_MAX); in btif_media_thread_init()
1434 fixed_queue_free(btif_media_cb.TxAaQ, NULL); in btif_media_thread_cleanup()
1435 btif_media_cb.TxAaQ = NULL; in btif_media_thread_cleanup()
1803 fixed_queue_length(btif_media_cb.TxAaQ); in btif_media_task_aa_tx_flush()
1805 btif_media_flush_q(btif_media_cb.TxAaQ); in btif_media_task_aa_tx_flush()
2783 BT_HDR *p_buf = fixed_queue_try_dequeue(btif_media_cb.TxAaQ); in btif_media_aa_readbuf()
3049 fixed_queue_length(btif_media_cb.TxAaQ); in btif_media_aa_prep_sbc_2_send()
3052 btif_media_flush_q(btif_media_cb.TxAaQ); in btif_media_aa_prep_sbc_2_send()
[all …]