Searched refs:activeA2dpDevice_ (Results 1 – 2 of 2) sorted by relevance
35 BluetoothRemoteDevice AudioA2dpManager::activeA2dpDevice_; member in OHOS::Bluetooth::AudioA2dpManager143 … GetEncryptAddr(macAddress).c_str(), GetEncryptAddr(activeA2dpDevice_.GetDeviceAddr()).c_str()); in SetActiveA2dpDevice()155 activeA2dpDevice_ = device; in SetActiveA2dpDevice()205 …CHECK_AND_RETURN_RET_LOG(activeA2dpDevice_.GetDeviceAddr() != "00:00:00:00:00:00", A2DP_NOT_OFFLOA… in A2dpOffloadSessionRequest()207 int32_t ret = a2dpInstance_->A2dpOffloadSessionRequest(activeA2dpDevice_, info); in A2dpOffloadSessionRequest()214 CHECK_AND_RETURN_RET_LOG(activeA2dpDevice_.GetDeviceAddr() != "00:00:00:00:00:00", ERROR, in OffloadStartPlaying()217 return a2dpInstance_->OffloadStartPlaying(activeA2dpDevice_, sessionsID); in OffloadStartPlaying()222 if (activeA2dpDevice_.GetDeviceAddr() == "00:00:00:00:00:00") { in OffloadStopPlaying()227 return a2dpInstance_->OffloadStopPlaying(activeA2dpDevice_, sessionsID); in OffloadStopPlaying()232 if (activeA2dpDevice_.GetDeviceAddr() == "00:00:00:00:00:00") { in GetRenderPosition()
82 return activeA2dpDevice_; in GetCurrentActiveA2dpDevice()89 static BluetoothRemoteDevice activeA2dpDevice_; variable