Searched refs:a2dp_pending_cmd_ (Results 1 – 1 of 1) sorted by relevance
64 a2dp_pending_cmd_(A2DP_CTRL_CMD_NONE),71 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_START) { in StartRequest()74 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()75 LOG(WARNING) << __func__ << ": busy in pending_cmd=" << a2dp_pending_cmd_; in StartRequest()96 a2dp_pending_cmd_ = A2DP_CTRL_CMD_START; in StartRequest()102 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()116 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_SUSPEND) { in SuspendRequest()119 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()120 LOG(WARNING) << __func__ << ": busy in pending_cmd=" << a2dp_pending_cmd_; in SuspendRequest()126 a2dp_pending_cmd_ = A2DP_CTRL_CMD_SUSPEND; in SuspendRequest()[all …]