/system/bt/gd/hci/ |
D | controller.cc | 30 struct Controller::impl { 31 impl(Controller& module) : module_(module) {} in impl() 37 handler->BindOn(this, &Controller::impl::NumberOfCompletedPackets)); in Start() 44 … handler->BindOnceOn(this, &Controller::impl::read_local_name_complete_handler)); in Start() 46 … handler->BindOnceOn(this, &Controller::impl::read_local_version_information_complete_handler)); in Start() 48 … handler->BindOnceOn(this, &Controller::impl::read_local_supported_commands_complete_handler)); in Start() 50 … handler->BindOnceOn(this, &Controller::impl::read_local_supported_features_complete_handler)); in Start() 56 … handler->BindOnceOn(this, &Controller::impl::read_local_extended_features_complete_handler, in Start() 61 … handler->BindOnceOn(this, &Controller::impl::read_buffer_size_complete_handler)); in Start() 64 handler->BindOnceOn(this, &Controller::impl::le_read_buffer_size_handler)); in Start() [all …]
|
D | controller.h | 28 class Controller : public Module { 30 Controller(); 31 virtual ~Controller(); 32 DISALLOW_COPY_AND_ASSIGN(Controller);
|
D | le_scanning_manager.cc | 53 void start(os::Handler* handler, hci::HciLayer* hci_layer, hci::Controller* controller, in start() 235 hci::Controller* controller_; 284 list->add<hci::Controller>(); in ListDependencies() 289 pimpl_->start(GetHandler(), GetDependency<hci::HciLayer>(), GetDependency<hci::Controller>(), in Start()
|
D | acl_manager.cc | 57 controller_ = acl_manager_.GetDependency<Controller>(); in Start() 110 Controller* controller_ = nullptr; 240 list->add<Controller>(); in ListDependencies()
|
D | controller_test.cc | 271 fake_registry_.Start<Controller>(&thread_); in SetUp() 272 controller_ = static_cast<Controller*>(fake_registry_.GetModuleUnderTest(&Controller::Factory)); in SetUp() 282 Controller* controller_ = nullptr;
|
D | le_advertising_manager.cc | 88 void start(os::Handler* handler, hci::HciLayer* hci_layer, hci::Controller* controller, in start() 457 hci::Controller* controller_; 487 list->add<hci::Controller>(); in ListDependencies() 492 pimpl_->start(GetHandler(), GetDependency<hci::HciLayer>(), GetDependency<hci::Controller>(), in Start()
|
D | le_scanning_manager_test.cc | 50 class TestController : public Controller { 236 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
|
D | le_advertising_manager_test.cc | 51 class TestController : public Controller { 273 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
|
/system/bt/gd/facade/ |
D | read_only_property_server.cc | 26 ReadOnlyPropertyService(hci::Controller* controller) : controller_(controller) {} in ReadOnlyPropertyService() 37 hci::Controller* controller_; 42 list->add<hci::Controller>(); in ListDependencies() 46 service_ = std::make_unique<ReadOnlyPropertyService>(GetDependency<hci::Controller>()); in Start()
|
/system/bt/gd/hci/facade/ |
D | controller_facade.cc | 41 …ControllerFacadeService(Controller* controller, ::bluetooth::os::Handler*) : controller_(controlle… in ControllerFacadeService() 73 Controller* controller_; 78 list->add<Controller>(); in ListDependencies() 83 service_ = new ControllerFacadeService(GetDependency<Controller>(), GetHandler()); in Start()
|
D | facade.cc | 38 …HciLayerFacadeService(HciLayer* hci_layer, Controller* controller, ::bluetooth::os::Handler* facad… in HciLayerFacadeService() 220 Controller* controller_; 233 list->add<Controller>(); in ListDependencies() 238 …service_ = new HciLayerFacadeService(GetDependency<HciLayer>(), GetDependency<Controller>(), GetHa… in Start()
|
/system/bt/main/shim/ |
D | entry.h | 47 class Controller; variable 73 bluetooth::hci::Controller* GetController();
|
D | entry.cc | 48 hci::Controller* GetController() { in GetController() 51 ->GetInstance<hci::Controller>(); in GetController()
|
/system/bt/gd/hci/acl_manager/ |
D | round_robin_scheduler.h | 33 RoundRobinScheduler(os::Handler* handler, Controller* controller, 61 Controller* controller_ = nullptr;
|
D | round_robin_scheduler.cc | 24 RoundRobinScheduler::RoundRobinScheduler(os::Handler* handler, Controller* controller, in RoundRobinScheduler()
|
D | le_impl.h | 47 …le_impl(HciLayer* hci_layer, Controller* controller, os::Handler* handler, RoundRobinScheduler* ro… in le_impl() 515 Controller* controller_ = nullptr;
|
D | classic_impl.h | 42 classic_impl(HciLayer* hci_layer, Controller* controller, os::Handler* handler, in classic_impl() 533 Controller* controller_ = nullptr;
|
/system/bt/doc/ |
D | supported_features.md | 14 AVCTP | 1.4 | Controller, Target
|
D | directory_layout.md | 19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.h | 143 std::unique_ptr<base::FileDescriptorWatcher::Controller> progress_controller_;
|
/system/update_engine/common/ |
D | subprocess.h | 126 std::unique_ptr<base::FileDescriptorWatcher::Controller> stdout_controller;
|
D | subprocess_unittest.cc | 77 unique_ptr<base::FileDescriptorWatcher::Controller> watcher_; 265 [](unique_ptr<base::FileDescriptorWatcher::Controller>* watcher, in TEST_F()
|
/system/core/libprocessgroup/profiles/ |
D | cgroups.proto | 29 string controller = 1 [json_name = "Controller"];
|
D | task_profiles.proto | 31 string controller = 2 [json_name = "Controller"];
|
/system/update_engine/ |
D | libcurl_http_fetcher.h | 258 std::map<int, std::unique_ptr<base::FileDescriptorWatcher::Controller>>
|