Home
last modified time | relevance | path

Searched refs:provider_ (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.cc55 : 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 …]
Dbluetooth_audio_port_impl.cc37 : transport_instance_(transport_instance), provider_(provider) {} in BluetoothAudioPortImpl()
46 provider_->streamStarted(BluetoothAudioCtrlAckToHalStatus(ack)); in startStream()
59 provider_->streamSuspended(BluetoothAudioCtrlAckToHalStatus(ack)); in suspendStream()
Dbluetooth_audio_port_impl.h61 const std::shared_ptr<IBluetoothAudioProvider> provider_; variable
Dclient_interface_aidl.h168 std::shared_ptr<IBluetoothAudioProvider> provider_; variable
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc73 : 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 …]
Dclient_interface_hidl.h233 android::sp<IBluetoothAudioProvider> provider_; variable
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc227 : provider_(nullptr), in BluetoothAudioClientInterface()
358 : provider_(nullptr), in BluetoothAudioClientInterface()