Home
last modified time | relevance | path

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

/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw_utils.cc31 CASE_RETURN_STR(A2DP_CTRL_CMD_STOP) in audio_a2dp_hw_dump_ctrl_event()
Daudio_a2dp_hw.cc876 if (a2dp_command(common, A2DP_CTRL_CMD_STOP) < 0) { in stop_audio_datapath()
/system/bt/audio_a2dp_hw/include/
Daudio_a2dp_hw.h82 A2DP_CTRL_CMD_STOP, enumerator
/system/bt/audio_hal_interface/
Da2dp_encoding.cc130 a2dp_pending_cmd_ = A2DP_CTRL_CMD_STOP; in StopRequest()
497 } else if (pending_cmd == A2DP_CTRL_CMD_STOP) { in ack_stream_suspended()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc409 btif_a2dp_audio_process_request(A2DP_CTRL_CMD_STOP); in btif_a2dp_audio_send_stop_req()
471 case A2DP_CTRL_CMD_STOP: in btif_a2dp_audio_process_request()
Dbtif_a2dp_control.cc161 case A2DP_CTRL_CMD_STOP: in btif_a2dp_recv_ctrl_data()