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/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.cc71 static uint8_t a2dp_cmd_pending = A2DP_CTRL_CMD_NONE;
345 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_started()
362 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_suspended()
377 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_stopped()
516 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
/system/bt/audio_hal_interface/
Da2dp_encoding.cc64 a2dp_pending_cmd_(A2DP_CTRL_CMD_NONE),
74 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
102 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
119 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
176 void ResetPendingCmd() { a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; } in ResetPendingCmd()