Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.cc56 provider_factory_(nullptr), in BluetoothAudioClientInterface()
232 provider_factory_ = std::move(provider_factory); in FetchAudioProvider()
246 if (provider_factory_ != nullptr) { in ~BluetoothAudioSinkClientInterface()
247 AIBinder_unlinkToDeath(provider_factory_->asBinder().get(), in ~BluetoothAudioSinkClientInterface()
259 if (provider_factory_ != nullptr) { in ~BluetoothAudioSourceClientInterface()
260 AIBinder_unlinkToDeath(provider_factory_->asBinder().get(), in ~BluetoothAudioSourceClientInterface()
Dclient_interface_aidl.h170 std::shared_ptr<IBluetoothAudioProviderFactory> provider_factory_; variable
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc359 provider_factory_(nullptr), in BluetoothAudioClientInterface()