Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp32 A2dpSource *AudioA2dpManager::a2dpInstance_ = nullptr; member in OHOS::Bluetooth::AudioA2dpManager
107 a2dpInstance_ = A2dpSource::GetProfile(); in RegisterBluetoothA2dpListener()
109 a2dpInstance_->RegisterObserver(a2dpListener_); in RegisterBluetoothA2dpListener()
118 a2dpInstance_ = nullptr; in UnregisterBluetoothA2dpListener()
144 a2dpInstance_ = A2dpSource::GetProfile(); in SetActiveA2dpDevice()
162 a2dpInstance_ = A2dpSource::GetProfile(); in GetActiveA2dpDevice()
180 a2dpInstance_ = A2dpSource::GetProfile(); in GetA2dpDeviceStreamInfo()
194 a2dpInstance_ = A2dpSource::GetProfile(); in HasA2dpDeviceConnected()
195 CHECK_AND_RETURN_RET(a2dpInstance_, false); in HasA2dpDeviceConnected()
258 if (a2dpInstance_ == nullptr) { in CheckA2dpDeviceReconnect()
[all …]
H A Daudio_bluetooth_manager.h86 static A2dpSource *a2dpInstance_;