Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_a2dp_source.h122 void btif_a2dp_source_set_tx_flush(bool enable);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc2619 btif_a2dp_source_set_tx_flush(true); in ProcessEvent()
2669 btif_a2dp_source_set_tx_flush(false); in ProcessEvent()
2791 btif_a2dp_source_set_tx_flush(true); in OnEnter()
Dbtif_a2dp_source.cc793 void btif_a2dp_source_set_tx_flush(bool enable) { in btif_a2dp_source_set_tx_flush() function