Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.h51 std::function<void(const tA2DP_CTRL_ACK& status)> body{
52 [](const tA2DP_CTRL_ACK& /* status */) {}};
53 void operator()(const tA2DP_CTRL_ACK& status) { body(status); }; in operator()
61 std::function<void(const tA2DP_CTRL_ACK& status)> body{
62 [](const tA2DP_CTRL_ACK& /* status */) {}};
63 void operator()(const tA2DP_CTRL_ACK& status) { body(status); }; in operator()
Dmock_audio_hal_interface_a2dp_encoding.cc95 void ack_stream_started(const tA2DP_CTRL_ACK& status) { in ack_stream_started()
99 void ack_stream_suspended(const tA2DP_CTRL_ACK& status) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc45 struct formatter<tA2DP_CTRL_ACK> : enum_formatter<tA2DP_CTRL_ACK> {};
75 static tA2DP_CTRL_ACK btif_a2dp_control_on_check_ready() { in btif_a2dp_control_on_check_ready()
91 static tA2DP_CTRL_ACK btif_a2dp_control_on_start() { in btif_a2dp_control_on_start()
130 static tA2DP_CTRL_ACK btif_a2dp_control_on_stop() { in btif_a2dp_control_on_stop()
390 void btif_a2dp_command_ack(tA2DP_CTRL_ACK status) { in btif_a2dp_command_ack()
Dbtif_a2dp.cc77 tA2DP_CTRL_ACK status = A2DP_CTRL_ACK_SUCCESS; in btif_a2dp_on_started()
182 tA2DP_CTRL_ACK ack; in btif_a2dp_on_offload_started()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.h51 void ack_stream_started(const tA2DP_CTRL_ACK& status);
52 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
Da2dp_encoding_hidl.cc67 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack);
223 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack()
497 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
514 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.h73 void ack_stream_started(const tA2DP_CTRL_ACK& status);
74 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
Da2dp_transport.h30 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack);
Da2dp_encoding_aidl.cc242 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack()
634 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
651 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.h58 void ack_stream_started(const tA2DP_CTRL_ACK& status);
59 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
Da2dp_encoding_host.cc267 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
272 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
Da2dp_encoding.cc108 void ack_stream_started(const tA2DP_CTRL_ACK& status) { in ack_stream_started()
116 void ack_stream_suspended(const tA2DP_CTRL_ACK& status) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_a2dp_encoding_fuzzer.cpp33 constexpr tA2DP_CTRL_ACK kCtrlAckStatus[] = {
106 tA2DP_CTRL_ACK status = fdp.PickValueInArray(kCtrlAckStatus); in process()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_a2dp_control.h35 void btif_a2dp_command_ack(tA2DP_CTRL_ACK status);
/packages/modules/Bluetooth/system/audio_a2dp_hw/include/
Daudio_a2dp_hw.h97 } tA2DP_CTRL_ACK; typedef