Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Da2dp_encoding.cc57 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
66 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
93 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
105 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
162 void ResetPendingCmd() { a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; } in ResetPendingCmd()
189 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
/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;
342 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_started()
359 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_suspended()
374 a2dp_cmd_pending = A2DP_CTRL_CMD_NONE; in btif_a2dp_audio_on_stopped()
512 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