Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc100 tA2DP_CTRL_CMD a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
132 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
161 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
182 if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
260 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in end_session()
268 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in ack_stream_started()
273 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc77 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
86 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
113 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
125 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
181 void ResetPendingCmd() { a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; } in ResetPendingCmd()
208 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc60 static tA2DP_CTRL_CMD a2dp_cmd_pending = A2DP_CTRL_CMD_NONE;
254 tA2DP_CTRL_CMD cmd = A2DP_CTRL_CMD_NONE; in btif_a2dp_recv_ctrl_data()
404 if (a2dp_cmd_pending == A2DP_CTRL_CMD_NONE) { in btif_a2dp_command_ack()
410 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_command_ack()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc73 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
80 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
89 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
118 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
130 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
197 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in ResetPendingCmd()
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw_utils.cc28 CASE_RETURN_STR(A2DP_CTRL_CMD_NONE) in audio_a2dp_hw_dump_ctrl_event()
/packages/modules/Bluetooth/system/audio_a2dp_hw/include/
Daudio_a2dp_hw.h79 A2DP_CTRL_CMD_NONE, enumerator