Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_a2dp_source.cc183 tx_flush(false), in BtifA2dpSource()
191 tx_flush = false; in Reset()
218 bool tx_flush; /* Discards any outgoing data when true */ member in BtifA2dpSource
722 btif_a2dp_source_cb.tx_flush = true; in btif_a2dp_source_on_stopped()
757 btif_a2dp_source_cb.tx_flush = true; in btif_a2dp_source_on_suspended()
769 btif_a2dp_source_cb.tx_flush = enable; in btif_a2dp_source_set_tx_flush()
790 btif_a2dp_source_cb.tx_flush = false; in btif_a2dp_source_audio_tx_start_event()
868 btif_a2dp_source_cb.tx_flush = false; in btif_a2dp_source_audio_tx_stop_event()
941 if (btif_a2dp_source_cb.tx_flush) { in btif_a2dp_source_enqueue_callback()