Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Da2dp_encoding.cc57 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
63 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_START) { in StartRequest()
66 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in StartRequest()
67 LOG(WARNING) << __func__ << ": busy in pending_cmd=" << a2dp_pending_cmd_; in StartRequest()
87 a2dp_pending_cmd_ = A2DP_CTRL_CMD_START; in StartRequest()
93 a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; in StartRequest()
102 if (a2dp_pending_cmd_ == A2DP_CTRL_CMD_SUSPEND) { in SuspendRequest()
105 } else if (a2dp_pending_cmd_ != A2DP_CTRL_CMD_NONE) { in SuspendRequest()
106 LOG(WARNING) << __func__ << ": busy in pending_cmd=" << a2dp_pending_cmd_; in SuspendRequest()
112 a2dp_pending_cmd_ = A2DP_CTRL_CMD_SUSPEND; in SuspendRequest()
[all …]