/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer.cc | 42 using bluetooth::common::BindOn; 818 …impl_->acl_queue_.GetDownEnd()->RegisterDequeue(handler, BindOn(impl_, &impl::on_outbound_acl_read… in Start() 819 …impl_->sco_queue_.GetDownEnd()->RegisterDequeue(handler, BindOn(impl_, &impl::on_outbound_sco_read… in Start() 821 handler, BindOn(impl_, &impl::on_outbound_iso_ready)); in Start() 829 …RegisterEventHandler(EventCode::DISCONNECTION_COMPLETE, handler->BindOn(this, &HciLayer::on_discon… in StartWithNoHalDependencies() 832 handler->BindOn(this, &HciLayer::on_read_remote_version_complete)); in StartWithNoHalDependencies() 833 auto drop_packet = handler->BindOn(impl_, &impl::drop); in StartWithNoHalDependencies() 837 EventCode::CONNECTION_REQUEST, handler->BindOn(this, &HciLayer::on_connection_request)); in StartWithNoHalDependencies()
|
D | remote_name_request.cc | 41 handler_->BindOn( in Start() 45 handler_->BindOn(this, &RemoteNameRequestModule::impl::on_remote_name_request_complete)); in Start()
|
D | hci_layer_test.cc | 85 … hci_->GetSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)); in SendSecurityCommandExpectingComplete() 94 …hci_->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventVie… in SendLeSecurityCommandExpectingComplete() 144 …EventCode::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)… in Start() 146 …SubeventCode::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEv… in Start()
|
D | msft.cc | 265 module_handler_->BindOn(this, &impl::handle_msft_events)); in on_msft_read_supported_features_complete()
|
D | le_scanning_manager.cc | 205 module_handler_->BindOn(this, &LeScanningManager::impl::handle_scan_results)); in start() 232 handler->BindOn(this, &LeScanningManager::impl::on_storage_threshold_breach)); in start() 235 handler->BindOn(this, &LeScanningManager::impl::on_advertisement_tracking)); in start()
|
D | distance_measurement_manager.cc | 213 handler_->BindOn(this, &impl::on_transmit_power_reporting)); in start() 219 handler_->BindOn(this, &DistanceMeasurementManager::impl::handle_event)); in start()
|
D | le_advertising_manager.cc | 160 …hci_layer_->GetLeAdvertisingInterface(module_handler_->BindOn(this, &LeAdvertisingManager::impl::h… in start() 163 handler->BindOn(this, &LeAdvertisingManager::impl::multi_advertising_state_change)); in start()
|
D | controller.cc | 58 …EventCode::NUMBER_OF_COMPLETED_PACKETS, handler->BindOn(this, &Controller::impl::NumberOfCompleted… in Start()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | bind.h | 33 inline auto BindOn(T* obj, Functor&& functor, Args&&... args) { in BindOn() function
|
D | postable_context.h | 50 auto BindOn(T* obj, Functor&& functor, Args&&... args) { in BindOn() function
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | facade.cc | 93 …static_cast<EventCode>(event->code()), facade_handler_->BindOn(this, &HciFacadeService::on_event)); in RequestEvent() 102 …static_cast<SubeventCode>(event->code()), facade_handler_->BindOn(this, &HciFacadeService::on_le_s… in RequestLeSubevent()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl.h | 73 handler_->BindOn(this, &classic_impl::on_classic_event), in classic_impl() 74 handler_->BindOn(this, &classic_impl::on_classic_disconnect), in classic_impl() 75 handler_->BindOn(this, &classic_impl::on_incoming_connection), in classic_impl() 76 handler_->BindOn(this, &classic_impl::on_read_remote_version_information)); in classic_impl()
|
D | round_robin_scheduler.cc | 36 …controller_->RegisterCompletedAclPacketsCallback(handler->BindOn(this, &RoundRobinScheduler::incom… in RoundRobinScheduler()
|
D | le_impl.h | 136 handler_->BindOn(this, &le_impl::on_le_event), in le_impl() 137 handler_->BindOn(this, &le_impl::on_le_disconnect), in le_impl() 138 handler_->BindOn(this, &le_impl::on_le_read_remote_version_information)); in le_impl()
|
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/ |
D | shim_l2cap.h | 49 handler_->BindOn(this, &ShimL2capFuzz::OnConnectionComplete), in CreateConnection()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_test.cc | 120 .on_open_callback_ = handler_->BindOn(this, &L2capClassicLinkTest::OnOpen), in TEST_F()
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.cc | 34 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | facade.cc | 309 handler_->BindOn(this, &L2capDynamicChannelHelper::on_connection_open)); in L2capDynamicChannelHelper() 328 handler_->BindOn(this, &L2capDynamicChannelHelper::on_connection_open), in Connect()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 693 …hci_layer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEve… in SecurityManagerImpl()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1431 handler->BindOn(this, &Acl::on_incoming_acl_credits)); in Acl()
|