Searched refs:provider_factory_ (Results 1 – 3 of 3) sorted by relevance
56 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()
170 std::shared_ptr<IBluetoothAudioProviderFactory> provider_factory_; variable
359 provider_factory_(nullptr), in BluetoothAudioClientInterface()