/system/bt/gd/hci/ |
D | hci_layer.cc | 26 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()
|
D | hci_layer_test.cc | 162 …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()
|
D | le_scanning_manager_test.cc | 162 GetHandler()->BindOn(this, &TestHciLayer::CommandCompleteCallback)); in Start() 163 …RegisterEventHandler(EventCode::COMMAND_STATUS, GetHandler()->BindOn(this, &TestHciLayer::CommandS… in Start()
|
D | le_advertising_manager_test.cc | 190 GetHandler()->BindOn(this, &TestHciLayer::CommandCompleteCallback)); in Start() 191 …RegisterEventHandler(EventCode::COMMAND_STATUS, GetHandler()->BindOn(this, &TestHciLayer::CommandS… in Start()
|
D | le_scanning_manager.cc | 60 module_handler_->BindOn(this, &LeScanningManager::impl::handle_scan_results)); in start()
|
D | le_advertising_manager.cc | 95 …hci_layer_->GetLeAdvertisingInterface(module_handler_->BindOn(this, &LeAdvertisingManager::impl::h… in start()
|
D | acl_manager_test.cc | 282 GetHandler()->BindOn(this, &TestHciLayer::CommandCompleteCallback)); in Start() 283 …RegisterEventHandler(EventCode::COMMAND_STATUS, GetHandler()->BindOn(this, &TestHciLayer::CommandS… in Start()
|
D | controller.cc | 37 handler->BindOn(this, &Controller::impl::NumberOfCompletedPackets)); in Start()
|
/system/bt/gd/common/ |
D | bind.h | 35 inline base::Callback<MakeUnboundRunType<Functor, T, Args...>> BindOn(T* obj, Functor&& functor, Ar… in BindOn() function
|
/system/bt/gd/security/channel/ |
D | security_manager_channel.cc | 33 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel()
|
/system/bt/gd/neighbor/ |
D | inquiry.cc | 248 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()
|
D | name.cc | 144 … hci::EventCode::REMOTE_NAME_REQUEST_COMPLETE, handler_->BindOn(this, &NameModule::impl::OnEvent)); in Start()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_test.cc | 120 .on_open_callback_ = handler_->BindOn(this, &L2capClassicLinkTest::OnOpen), in TEST_F()
|
/system/bt/gd/hci/facade/ |
D | facade.cc | 90 … facade_handler_->BindOn(this, &HciLayerFacadeService::on_event)); in RegisterEventHandler() 98 … facade_handler_->BindOn(this, &HciLayerFacadeService::on_le_subevent)); in RegisterLeEventHandler()
|
/system/bt/gd/os/ |
D | handler.h | 86 common::ContextualCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOn( in BindOn() function
|
/system/bt/gd/l2cap/classic/ |
D | facade.cc | 145 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/ |
D | round_robin_scheduler.cc | 34 …controller_->RegisterCompletedAclPacketsCallback(handler->BindOn(this, &RoundRobinScheduler::incom… in RoundRobinScheduler()
|
D | le_impl.h | 55 …handler_->BindOn(this, &le_impl::on_le_event), handler_->BindOn(this, &le_impl::on_le_disconnect)); in le_impl()
|
D | classic_impl.h | 50 … 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/ |
D | security_manager_impl.cc | 591 …hci_layer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEve… in SecurityManagerImpl()
|
/system/bt/gd/shim/ |
D | l2cap.cc | 586 handler_->BindOn(pending_connection_map_.at(id).get(), &PendingConnection::OnConnectionOpen), in CreateConnection()
|