Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Da2dp_encoding.h43 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
Da2dp_encoding.cc697 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended() function
/system/bt/btif/src/
Dbtif_a2dp_source.cc684 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_source_on_stopped()
693 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_on_stopped()
718 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_source_on_suspended()
725 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_on_suspended()
816 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_audio_tx_stop_event()