Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_media.h287 void btif_a2dp_set_rx_flush(BOOLEAN enable);
/system/bt/btif/src/
Dbtif_av.c650 btif_a2dp_set_rx_flush(TRUE); in btif_av_state_closing_handler()
663 btif_a2dp_set_rx_flush(TRUE); in btif_av_state_closing_handler()
778 btif_a2dp_set_rx_flush(FALSE); /* remove flush state, ready for streaming*/ in btif_av_state_opened_handler()
929 btif_a2dp_set_rx_flush(TRUE); in btif_av_state_started_handler()
Dbtif_media_task.c1273 void btif_a2dp_set_rx_flush(BOOLEAN enable) in btif_a2dp_set_rx_flush() function