Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Da2dp_encoding.h50 void ack_stream_started(const tA2DP_CTRL_ACK& status);
51 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
Da2dp_encoding.cc48 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack);
204 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack()
471 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
489 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
/system/bt/btif/include/
Dbtif_a2dp_control.h35 void btif_a2dp_command_ack(tA2DP_CTRL_ACK status);
/system/bt/audio_a2dp_hw/include/
Daudio_a2dp_hw.h98 } tA2DP_CTRL_ACK; typedef
/system/bt/btif/src/
Dbtif_a2dp.cc53 tA2DP_CTRL_ACK status = A2DP_CTRL_ACK_SUCCESS; in btif_a2dp_on_started()
146 tA2DP_CTRL_ACK ack; in btif_a2dp_on_offload_started()
Dbtif_a2dp_control.cc401 void btif_a2dp_command_ack(tA2DP_CTRL_ACK status) { in btif_a2dp_command_ack()