Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Da2dp_encoding.cc61 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
67 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_START) { in StartRequest()
70 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
91 a2dp_pending_cmd_ = A2DP_CTRL_CMD_START; in StartRequest()
97 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
106 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_SUSPEND) { in SuspendRequest()
109 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
116 a2dp_pending_cmd_ = A2DP_CTRL_CMD_SUSPEND; in SuspendRequest()
135 a2dp_pending_cmd_ = A2DP_CTRL_CMD_STOP; in StopRequest()
165 tA2DP_CTRL_CMD GetPendingCmd() const { return a2dp_pending_cmd_; } in GetPendingCmd()
[all …]