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.cc180 tx_flush(false), in BtifA2dpSource()
188 tx_flush = false; in Reset()
215 bool tx_flush; /* Discards any outgoing data when true */ member in BtifA2dpSource
717 btif_a2dp_source_cb.tx_flush = true; in btif_a2dp_source_on_stopped()
752 btif_a2dp_source_cb.tx_flush = true; in btif_a2dp_source_on_suspended()
764 btif_a2dp_source_cb.tx_flush = enable; in btif_a2dp_source_set_tx_flush()
785 btif_a2dp_source_cb.tx_flush = false; in btif_a2dp_source_audio_tx_start_event()
863 btif_a2dp_source_cb.tx_flush = false; in btif_a2dp_source_audio_tx_stop_event()
936 if (btif_a2dp_source_cb.tx_flush) { in btif_a2dp_source_enqueue_callback()