Home
last modified time | relevance | path

Searched refs:BindOn (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc42 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()
Dremote_name_request.cc41 handler_->BindOn( in Start()
45 handler_->BindOn(this, &RemoteNameRequestModule::impl::on_remote_name_request_complete)); in Start()
Dhci_layer_test.cc85 … 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()
Dmsft.cc265 module_handler_->BindOn(this, &impl::handle_msft_events)); in on_msft_read_supported_features_complete()
Dle_scanning_manager.cc205 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()
Ddistance_measurement_manager.cc213 handler_->BindOn(this, &impl::on_transmit_power_reporting)); in start()
219 handler_->BindOn(this, &DistanceMeasurementManager::impl::handle_event)); in start()
Dle_advertising_manager.cc160 …hci_layer_->GetLeAdvertisingInterface(module_handler_->BindOn(this, &LeAdvertisingManager::impl::h… in start()
163 handler->BindOn(this, &LeAdvertisingManager::impl::multi_advertising_state_change)); in start()
Dcontroller.cc58 …EventCode::NUMBER_OF_COMPLETED_PACKETS, handler->BindOn(this, &Controller::impl::NumberOfCompleted… in Start()
/packages/modules/Bluetooth/system/gd/common/
Dbind.h33 inline auto BindOn(T* obj, Functor&& functor, Args&&... args) { in BindOn() function
Dpostable_context.h50 auto BindOn(T* obj, Functor&& functor, Args&&... args) { in BindOn() function
/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc93 …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/
Dclassic_impl.h73 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()
Dround_robin_scheduler.cc36 …controller_->RegisterCompletedAclPacketsCallback(handler->BindOn(this, &RoundRobinScheduler::incom… in RoundRobinScheduler()
Dle_impl.h136 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/
Dshim_l2cap.h49 handler_->BindOn(this, &ShimL2capFuzz::OnConnectionComplete), in CreateConnection()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_test.cc120 .on_open_callback_ = handler_->BindOn(this, &L2capClassicLinkTest::OnOpen), in TEST_F()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc34 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfacade.cc309 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/
Dsecurity_manager_impl.cc693 …hci_layer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEve… in SecurityManagerImpl()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1431 handler->BindOn(this, &Acl::on_incoming_acl_credits)); in Acl()