Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc100 rx_flush(false), in BtifA2dpSinkControlBlock()
118 rx_flush = false; in Reset()
127 bool rx_flush; /* discards any incoming data when true */ member in BtifA2dpSinkControlBlock
512 btif_a2dp_sink_cb.rx_flush = true; in btif_a2dp_sink_audio_handle_stop_decoding()
569 if ((btif_av_get_peer_sep(A2dpType::kSink) == AVDT_TSEP_SNK) || (btif_a2dp_sink_cb.rx_flush)) { in btif_a2dp_sink_handle_inc_media()
596 if (btif_a2dp_sink_cb.rx_flush) { in btif_a2dp_sink_avk_handle_timer()
622 btif_a2dp_sink_cb.rx_flush = enable; in btif_a2dp_sink_set_rx_flush()
643 btif_a2dp_sink_cb.rx_flush = false; in btif_a2dp_sink_decoder_update_event()
681 btif_a2dp_sink_cb.rx_flush = false; in btif_a2dp_sink_decoder_update_event_old()
718 if (btif_a2dp_sink_cb.rx_flush) { /* Flush enabled, do not enqueue */ in btif_a2dp_sink_enqueue_buf()
[all …]