Searched refs:provider_ (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | client_interface_aidl.cc | 55 : provider_(nullptr), in BluetoothAudioClientInterface() 66 return provider_ != nullptr; in IsValid() 146 if (provider_ == nullptr) { in GetA2dpConfiguration() 152 auto aidl_retval = provider_->getA2dpConfiguration(remote_capabilities, hint, in GetA2dpConfiguration() 169 if (provider_ == nullptr) { in ParseA2dpConfiguration() 174 auto aidl_retval = provider_->parseA2dpConfiguration( in ParseA2dpConfiguration() 191 if (provider_ != nullptr) { in FetchAudioProvider() 220 provider_factory->openProvider(transport_->GetSessionType(), &provider_); in FetchAudioProvider() 225 log::assert_that(provider_ != nullptr, "assert failed: provider_ != nullptr"); in FetchAudioProvider() 235 fmt::ptr(provider_.get()), in FetchAudioProvider() [all …]
|
D | bluetooth_audio_port_impl.cc | 37 : transport_instance_(transport_instance), provider_(provider) {} in BluetoothAudioPortImpl() 46 provider_->streamStarted(BluetoothAudioCtrlAckToHalStatus(ack)); in startStream() 59 provider_->streamSuspended(BluetoothAudioCtrlAckToHalStatus(ack)); in suspendStream()
|
D | bluetooth_audio_port_impl.h | 61 const std::shared_ptr<IBluetoothAudioProvider> provider_; variable
|
D | client_interface_aidl.h | 168 std::shared_ptr<IBluetoothAudioProvider> provider_; variable
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.cc | 73 : transport_instance_(transport_instance), provider_(provider) {} in BluetoothAudioPortImpl() 80 provider_->streamStarted(BluetoothAudioCtrlAckToHalStatus(ack)); in startStream() 93 provider_->streamSuspended(BluetoothAudioCtrlAckToHalStatus(ack)); in suspendStream() 156 const android::sp<IBluetoothAudioProvider> provider_; member in bluetooth::audio::hidl::BluetoothAudioPortImpl 198 : provider_(nullptr), in BluetoothAudioClientInterface() 207 return provider_ != nullptr || provider_2_1_ != nullptr; in IsValid() 282 if (provider_ != nullptr) { in FetchAudioProvider() 317 [&provider_ = this->provider_, &openProvider_promise]( in FetchAudioProvider() 322 provider_ = provider; in FetchAudioProvider() 324 if (!provider_) { in FetchAudioProvider() [all …]
|
D | client_interface_hidl.h | 233 android::sp<IBluetoothAudioProvider> provider_; variable
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_unittest.cc | 227 : provider_(nullptr), in BluetoothAudioClientInterface() 358 : provider_(nullptr), in BluetoothAudioClientInterface()
|