Home
last modified time | relevance | path

Searched refs:A2DP_CTRL_CMD_SUSPEND (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw_utils.cc32 CASE_RETURN_STR(A2DP_CTRL_CMD_SUSPEND) in audio_a2dp_hw_dump_ctrl_event()
Daudio_a2dp_hw.cc905 if (a2dp_command(common, A2DP_CTRL_CMD_SUSPEND) < 0) return -1; in suspend_audio_datapath()
/packages/modules/Bluetooth/system/audio_a2dp_hw/include/
Daudio_a2dp_hw.h83 A2DP_CTRL_CMD_SUSPEND, enumerator
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc122 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_SUSPEND) { in SuspendRequest()
132 a2dp_pending_cmd_ = A2DP_CTRL_CMD_SUSPEND; in SuspendRequest()
520 if (pending_cmd == A2DP_CTRL_CMD_SUSPEND) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc127 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_SUSPEND) { in SuspendRequest()
137 a2dp_pending_cmd_ = A2DP_CTRL_CMD_SUSPEND; in SuspendRequest()
657 if (pending_cmd == A2DP_CTRL_CMD_SUSPEND) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc191 a2dp_pending_cmd_ = A2DP_CTRL_CMD_SUSPEND; in SuspendRequest()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc290 case A2DP_CTRL_CMD_SUSPEND: in btif_a2dp_recv_ctrl_data()