Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.cc26 using bluetooth::common::BindOn;
362 …impl_->acl_queue_.GetDownEnd()->RegisterDequeue(handler, BindOn(impl_, &impl::on_outbound_acl_read… in Start()
363 …RegisterEventHandler(EventCode::COMMAND_COMPLETE, handler->BindOn(impl_, &impl::on_command_complet… in Start()
364 RegisterEventHandler(EventCode::COMMAND_STATUS, handler->BindOn(impl_, &impl::on_command_status)); in Start()
365 RegisterEventHandler(EventCode::LE_META_EVENT, handler->BindOn(impl_, &impl::on_le_meta_event)); in Start()
366 …RegisterEventHandler(EventCode::DISCONNECTION_COMPLETE, handler->BindOn(this, &HciLayer::on_discon… in Start()
368 auto drop_packet = handler->BindOn(impl_, &impl::drop); in Start()
Dhci_layer_test.cc162 …hci_->GetSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventPacketView>… in SendSecurityCommandExpectingComplete()
171 …hci_->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventVie… in SendLeSecurityCommandExpectingComplete()
214 … GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventPacketView>)); in Start()
216 … GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventView>)); in Start()
Dle_scanning_manager_test.cc162 GetHandler()->BindOn(this, &TestHciLayer::CommandCompleteCallback)); in Start()
163 …RegisterEventHandler(EventCode::COMMAND_STATUS, GetHandler()->BindOn(this, &TestHciLayer::CommandS… in Start()
Dle_advertising_manager_test.cc190 GetHandler()->BindOn(this, &TestHciLayer::CommandCompleteCallback)); in Start()
191 …RegisterEventHandler(EventCode::COMMAND_STATUS, GetHandler()->BindOn(this, &TestHciLayer::CommandS… in Start()
Dle_scanning_manager.cc60 module_handler_->BindOn(this, &LeScanningManager::impl::handle_scan_results)); in start()
Dle_advertising_manager.cc95 …hci_layer_->GetLeAdvertisingInterface(module_handler_->BindOn(this, &LeAdvertisingManager::impl::h… in start()
Dacl_manager_test.cc282 GetHandler()->BindOn(this, &TestHciLayer::CommandCompleteCallback)); in Start()
283 …RegisterEventHandler(EventCode::COMMAND_STATUS, GetHandler()->BindOn(this, &TestHciLayer::CommandS… in Start()
Dcontroller.cc37 handler->BindOn(this, &Controller::impl::NumberOfCompletedPackets)); in Start()
/system/bt/gd/common/
Dbind.h35 inline base::Callback<MakeUnboundRunType<Functor, T, Args...>> BindOn(T* obj, Functor&& functor, Ar… in BindOn() function
/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc33 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel()
/system/bt/gd/neighbor/
Dinquiry.cc248 hci::EventCode::INQUIRY_RESULT, handler_->BindOn(this, &InquiryModule::impl::OnEvent)); in RegisterCallbacks()
250 … hci::EventCode::INQUIRY_RESULT_WITH_RSSI, handler_->BindOn(this, &InquiryModule::impl::OnEvent)); in RegisterCallbacks()
252 … hci::EventCode::EXTENDED_INQUIRY_RESULT, handler_->BindOn(this, &InquiryModule::impl::OnEvent)); in RegisterCallbacks()
254 hci::EventCode::INQUIRY_COMPLETE, handler_->BindOn(this, &InquiryModule::impl::OnEvent)); in RegisterCallbacks()
Dname.cc144 … hci::EventCode::REMOTE_NAME_REQUEST_COMPLETE, handler_->BindOn(this, &NameModule::impl::OnEvent)); in Start()
/system/bt/gd/l2cap/classic/internal/
Dlink_test.cc120 .on_open_callback_ = handler_->BindOn(this, &L2capClassicLinkTest::OnOpen), in TEST_F()
/system/bt/gd/hci/facade/
Dfacade.cc90 … facade_handler_->BindOn(this, &HciLayerFacadeService::on_event)); in RegisterEventHandler()
98 … facade_handler_->BindOn(this, &HciLayerFacadeService::on_le_subevent)); in RegisterLeEventHandler()
/system/bt/gd/os/
Dhandler.h86 common::ContextualCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOn( in BindOn() function
/system/bt/gd/l2cap/classic/
Dfacade.cc145 handler_->BindOn(this, &L2capDynamicChannelHelper::on_connection_open)); in L2capDynamicChannelHelper()
164 handler_->BindOn(this, &L2capDynamicChannelHelper::on_connection_open), in Connect()
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.cc34 …controller_->RegisterCompletedAclPacketsCallback(handler->BindOn(this, &RoundRobinScheduler::incom… in RoundRobinScheduler()
Dle_impl.h55 …handler_->BindOn(this, &le_impl::on_le_event), handler_->BindOn(this, &le_impl::on_le_disconnect)); in le_impl()
Dclassic_impl.h50 … hci_layer_->GetAclConnectionInterface(handler_->BindOn(this, &classic_impl::on_classic_event), in classic_impl()
51 … handler_->BindOn(this, &classic_impl::on_classic_disconnect)); in classic_impl()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc591 …hci_layer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEve… in SecurityManagerImpl()
/system/bt/gd/shim/
Dl2cap.cc586 handler_->BindOn(pending_connection_map_.at(id).get(), &PendingConnection::OnConnectionOpen), in CreateConnection()