/system/bt/gd/hci/fuzz/ |
D | hci_layer_fuzz_client.cc | 30 aclDevNull_ = new os::fuzz::DevNullQueue<AclView>(hci_->GetAclQueueEnd(), GetHandler()); in Start() 32 aclInject_ = new os::fuzz::FuzzInjectQueue<AclBuilder>(hci_->GetAclQueueEnd(), GetHandler()); in Start() 36 le_security_interface_ = hci_->GetLeSecurityInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() 38 GetHandler()->Bind([](EventView) {}), in Start() 39 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start() 40 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start() 42 GetHandler()->Bind([](LeMetaEventView) {}), in Start() 43 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start() 44 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start() 45 …le_advertising_interface_ = hci_->GetLeAdvertisingInterface(GetHandler()->Bind([](LeMetaEventView)… in Start() [all …]
|
D | hci_layer_fuzz_client.h | 72 GetHandler()->BindOnce([](CommandStatusView status) {})); in inject_command() 75 GetHandler()->BindOnce([](CommandCompleteView status) {})); in inject_command()
|
D | fuzz_hci_layer.cc | 70 acl_dev_null_ = new os::fuzz::DevNullQueue<AclBuilder>(acl_queue_.GetDownEnd(), GetHandler()); in Start() 72 acl_inject_ = new os::fuzz::FuzzInjectQueue<AclView>(acl_queue_.GetDownEnd(), GetHandler()); in Start()
|
/system/bt/gd/neighbor/ |
D | inquiry.cc | 339 handler_ = module_.GetHandler(); in Start() 404 GetHandler()->Post(common::BindOnce( in StartGeneralInquiry() 413 GetHandler()->Post(common::BindOnce( in StartLimitedInquiry() 422 GetHandler()->Post( in StopInquiry() 428 GetHandler()->Post(common::BindOnce( in StartGeneralPeriodicInquiry() 440 GetHandler()->Post(common::BindOnce( in StartLimitedPeriodicInquiry() 451 GetHandler()->Post( in StopPeriodicInquiry() 456 GetHandler()->Post( in SetScanActivity() 461 GetHandler()->Post(common::BindOnce( in SetInterlacedScan() 466 GetHandler()->Post(common::BindOnce( in SetStandardScan() [all …]
|
D | name_db.cc | 124 GetHandler()->Post(common::BindOnce( in ReadRemoteNameRequest() 142 handler_ = module_.GetHandler(); in Start()
|
D | name.cc | 141 handler_ = module_.GetHandler(); in Start() 208 GetHandler()->Post(common::BindOnce( in ReadRemoteNameRequest() 223 GetHandler()->Post(common::BindOnce( in CancelRemoteNameRequest()
|
/system/bt/gd/ |
D | module.h | 97 ::bluetooth::os::Handler* GetHandler() const; 108 GetHandler()->Call(std::forward<Functor>(functor), std::forward<Args>(args)...); in Call() 113 GetHandler()->CallOn(obj, std::forward<Functor>(functor), std::forward<Args>(args)...); in CallOn()
|
D | module_unittest.cc | 62 test_module_no_dependency_handler = GetHandler(); in Start() 95 test_module_one_dependency_handler = GetHandler(); in Start() 195 test_module_one_dependency_handler = GetHandler(); in Start()
|
D | module.cc | 34 Handler* Module::GetHandler() const { in GetHandler() function in bluetooth::Module 132 return started_instance->second->GetHandler(); in GetModuleHandler()
|
/system/bt/gd/hci/ |
D | hci_layer_test.cc | 191 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandStatusView>)… in SendHciCommandExpectingStatus() 196 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView… in SendHciCommandExpectingComplete() 202 … hci_->GetSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)); in SendSecurityCommandExpectingComplete() 205 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView… in SendSecurityCommandExpectingComplete() 211 …hci_->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventVie… in SendLeSecurityCommandExpectingComplete() 214 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView… in SendLeSecurityCommandExpectingComplete() 220 …queue_end->RegisterEnqueue(GetHandler(), common::Bind(&DependsOnHci::handle_enqueue, common::Unret… in SendAclData() 226 …queue_end->RegisterEnqueue(GetHandler(), common::Bind(&DependsOnHci::handle_enqueue_iso, common::U… in SendIsoData() 279 …EventCode::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)… in Start() 281 …SubeventCode::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEv… in Start() [all …]
|
D | hci_layer.cc | 96 hci_timeout_alarm_ = new Alarm(module.GetHandler()); in impl() 195 …ControllerDebugInfoBuilder::Create(), module_.GetHandler()->BindOnce(&fail_if_reset_complete_not_s… in on_hci_timeout() 203 hci_abort_alarm_ = new Alarm(module_.GetHandler()); in on_hci_timeout() 293 hci_abort_alarm_ = new Alarm(module_.GetHandler()); in handle_root_inflammation() 370 module_.impl_->incoming_acl_buffer_.Enqueue(move(acl), module_.GetHandler()); in aclDataReceived() 380 module_.impl_->incoming_iso_buffer_.Enqueue(move(iso), module_.GetHandler()); in isoDataReceived() 540 Handler* handler = GetHandler(); in Start()
|
D | controller.cc | 37 Handler* handler = module_.GetHandler(); in Start() 245 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::read_local_extended_features_complete_ha… in read_local_extended_features_complete_handler() 454 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_mask() 464 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<WriteLeHostSupportCompleteV… in write_le_host_support() 471 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<WriteSimplePairingModeCompl… in write_simple_pairing_mode() 477 … module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<ResetCompleteView>)); in reset() 481 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_filter() 493 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in write_local_name() 502 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in host_buffer_size() 508 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in le_set_event_mask()
|
D | vendor_specific_event_manager.cc | 110 pimpl_->start(GetHandler(), GetDependency<hci::HciLayer>(), GetDependency<hci::Controller>()); in Start()
|
D | acl_manager.cc | 59 handler_ = acl_manager_.GetHandler(); in Start() 130 GetHandler()->Post(common::BindOnce(&classic_impl::handle_register_callbacks, in RegisterCallbacks()
|
/system/bt/gd/iso/ |
D | iso_module.cc | 50 …pimpl_ = std::make_unique<impl>(GetHandler(), GetDependency<hci::HciLayer>(), GetDependency<hci::C… in Start()
|
/system/bt/main/shim/ |
D | stack.h | 60 os::Handler* GetHandler();
|
D | entry.cc | 41 os::Handler* GetGdShimHandler() { return Stack::GetInstance()->GetHandler(); } in GetGdShimHandler()
|
/system/bt/gd/shim/facade/ |
D | facade.cc | 65 service_ = new ShimFacadeService(GetDependency<Dumpsys>(), GetHandler()); in Start()
|
/system/bt/gd/att/ |
D | att_module.cc | 77 …GetHandler(), GetDependency<l2cap::le::L2capLeModule>(), GetDependency<l2cap::classic::L2capClassi… in Start()
|
/system/bt/gd/hci/facade/ |
D | controller_facade.cc | 74 service_ = new ControllerFacadeService(GetDependency<Controller>(), GetHandler()); in Start()
|
D | le_scanning_manager_facade.cc | 112 …service_ = new LeScanningManagerFacadeService(GetDependency<hci::LeScanningManager>(), GetHandler(… in Start()
|
D | le_initiator_address_facade.cc | 111 service_ = new LeInitiatorAddressFacadeService(GetDependency<AclManager>(), GetHandler()); in Start()
|
/system/bt/gd/l2cap/le/ |
D | l2cap_le_module.cc | 77 pimpl_ = std::make_unique<impl>(GetHandler(), GetDependency<hci::AclManager>()); in Start()
|
/system/bt/gd/security/ |
D | security_module.cc | 105 GetHandler(), in Start()
|
/system/bt/gd/l2cap/classic/ |
D | l2cap_classic_module.cc | 97 pimpl_ = std::make_unique<impl>(GetHandler(), GetDependency<hci::AclManager>()); in Start()
|