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
697 btif_a2dp_source_cb.tx_flush = true; in btif_a2dp_source_on_stopped()
731 btif_a2dp_source_cb.tx_flush = true; in btif_a2dp_source_on_suspended()
741 btif_a2dp_source_cb.tx_flush = enable; in btif_a2dp_source_set_tx_flush()
837 btif_a2dp_source_cb.tx_flush = false; in btif_a2dp_source_audio_tx_stop_event()
911 if (btif_a2dp_source_cb.tx_flush) { in btif_a2dp_source_enqueue_callback()