Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp35 BluetoothRemoteDevice AudioA2dpManager::activeA2dpDevice_; member in OHOS::Bluetooth::AudioA2dpManager
143 … 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()
H A Daudio_bluetooth_manager.h82 return activeA2dpDevice_; in GetCurrentActiveA2dpDevice()
89 static BluetoothRemoteDevice activeA2dpDevice_; variable