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.cc64 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 …]