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.h274 void btif_a2dp_set_rx_flush(BOOLEAN enable);
/system/bt/btif/src/
Dbtif_av.c525 btif_a2dp_set_rx_flush(TRUE); in btif_av_state_closing_handler()
538 btif_a2dp_set_rx_flush(TRUE); in btif_av_state_closing_handler()
649 btif_a2dp_set_rx_flush(FALSE); /* remove flush state, ready for streaming*/ in btif_av_state_opened_handler()
790 btif_a2dp_set_rx_flush(TRUE); in btif_av_state_started_handler()
Dbtif_media_task.c1084 void btif_a2dp_set_rx_flush(BOOLEAN enable) in btif_a2dp_set_rx_flush() function