Home
last modified time | relevance | path

Searched refs:Controller (Results 1 – 25 of 28) sorted by relevance

12

/system/bt/gd/hci/
Dcontroller.cc30 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 …]
Dcontroller.h28 class Controller : public Module {
30 Controller();
31 virtual ~Controller();
32 DISALLOW_COPY_AND_ASSIGN(Controller);
Dle_scanning_manager.cc53 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()
Dacl_manager.cc57 controller_ = acl_manager_.GetDependency<Controller>(); in Start()
110 Controller* controller_ = nullptr;
240 list->add<Controller>(); in ListDependencies()
Dcontroller_test.cc271 fake_registry_.Start<Controller>(&thread_); in SetUp()
272 controller_ = static_cast<Controller*>(fake_registry_.GetModuleUnderTest(&Controller::Factory)); in SetUp()
282 Controller* controller_ = nullptr;
Dle_advertising_manager.cc88 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()
Dle_scanning_manager_test.cc50 class TestController : public Controller {
236 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
Dle_advertising_manager_test.cc51 class TestController : public Controller {
273 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
/system/bt/gd/facade/
Dread_only_property_server.cc26 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/
Dcontroller_facade.cc41 …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()
Dfacade.cc38 …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/
Dentry.h47 class Controller; variable
73 bluetooth::hci::Controller* GetController();
Dentry.cc48 hci::Controller* GetController() { in GetController()
51 ->GetInstance<hci::Controller>(); in GetController()
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.h33 RoundRobinScheduler(os::Handler* handler, Controller* controller,
61 Controller* controller_ = nullptr;
Dround_robin_scheduler.cc24 RoundRobinScheduler::RoundRobinScheduler(os::Handler* handler, Controller* controller, in RoundRobinScheduler()
Dle_impl.h47 …le_impl(HciLayer* hci_layer, Controller* controller, os::Handler* handler, RoundRobinScheduler* ro… in le_impl()
515 Controller* controller_ = nullptr;
Dclassic_impl.h42 classic_impl(HciLayer* hci_layer, Controller* controller, os::Handler* handler, in classic_impl()
533 Controller* controller_ = nullptr;
/system/bt/doc/
Dsupported_features.md14 AVCTP | 1.4 | Controller, Target
Ddirectory_layout.md19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h143 std::unique_ptr<base::FileDescriptorWatcher::Controller> progress_controller_;
/system/update_engine/common/
Dsubprocess.h126 std::unique_ptr<base::FileDescriptorWatcher::Controller> stdout_controller;
Dsubprocess_unittest.cc77 unique_ptr<base::FileDescriptorWatcher::Controller> watcher_;
265 [](unique_ptr<base::FileDescriptorWatcher::Controller>* watcher, in TEST_F()
/system/core/libprocessgroup/profiles/
Dcgroups.proto29 string controller = 1 [json_name = "Controller"];
Dtask_profiles.proto31 string controller = 2 [json_name = "Controller"];
/system/update_engine/
Dlibcurl_http_fetcher.h258 std::map<int, std::unique_ptr<base::FileDescriptorWatcher::Controller>>

12