Searched refs:tA2DP_CTRL_ACK (Results 1 – 15 of 15) sorted by relevance
51 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()
95 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()
45 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()
77 tA2DP_CTRL_ACK status = A2DP_CTRL_ACK_SUCCESS; in btif_a2dp_on_started()182 tA2DP_CTRL_ACK ack; in btif_a2dp_on_offload_started()
51 void ack_stream_started(const tA2DP_CTRL_ACK& status);52 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
67 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()
73 void ack_stream_started(const tA2DP_CTRL_ACK& status);74 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
30 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack);
242 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()
58 void ack_stream_started(const tA2DP_CTRL_ACK& status);59 void ack_stream_suspended(const tA2DP_CTRL_ACK& status);
267 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()
108 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()
33 constexpr tA2DP_CTRL_ACK kCtrlAckStatus[] = {106 tA2DP_CTRL_ACK status = fdp.PickValueInArray(kCtrlAckStatus); in process()
35 void btif_a2dp_command_ack(tA2DP_CTRL_ACK status);
97 } tA2DP_CTRL_ACK; typedef