Home
last modified time | relevance | path

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

/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw_utils.cc28 CASE_RETURN_STR(A2DP_CTRL_CMD_NONE) in audio_a2dp_hw_dump_ctrl_event()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc61 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
70 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
97 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
109 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
167 void ResetPendingCmd() { a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; } in ResetPendingCmd()
194 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
/system/bt/btif/src/
Dbtif_a2dp_control.cc50 static tA2DP_CTRL_CMD a2dp_cmd_pending = A2DP_CTRL_CMD_NONE;
66 tA2DP_CTRL_CMD cmd = A2DP_CTRL_CMD_NONE; in btif_a2dp_recv_ctrl_data()
415 if (a2dp_cmd_pending == A2DP_CTRL_CMD_NONE) { in btif_a2dp_command_ack()
421 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_command_ack()
Dbtif_a2dp_audio_interface.cc67 static uint8_t a2dp_cmd_pending = A2DP_CTRL_CMD_NONE;
337 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_started()
354 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_suspended()
369 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_stopped()
507 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_process_request()
/system/bt/audio_a2dp_hw/include/
Daudio_a2dp_hw.h79 A2DP_CTRL_CMD_NONE, enumerator