Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp.cc61 bluetooth::audio::a2dp::ack_stream_started(status); in btif_a2dp_on_started()
88 bluetooth::audio::a2dp::ack_stream_started(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_on_started()
101 bluetooth::audio::a2dp::ack_stream_started(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_on_started()
177 bluetooth::audio::a2dp::ack_stream_started(ack); in btif_a2dp_on_offload_started()
/aosp12/system/bt/audio_hal_interface/
H A Da2dp_encoding_host.cc43 void ack_stream_started(const tA2DP_CTRL_ACK& ack) {} in ack_stream_started() function
H A Da2dp_encoding.h50 void ack_stream_started(const tA2DP_CTRL_ACK& status);
H A Da2dp_encoding.cc483 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started() function