Home
last modified time | relevance | path

Searched refs:ControllerFacadeService (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/hci/facade/
Dcontroller_facade.h28 class ControllerFacadeService; variable
40 ControllerFacadeService* service_;
Dcontroller_facade.cc39 class ControllerFacadeService : public ControllerFacade::Service { class
41ControllerFacadeService(Controller* controller, ::bluetooth::os::Handler*) : controller_(controlle… in ControllerFacadeService() function in bluetooth::hci::facade::ControllerFacadeService
83 service_ = new ControllerFacadeService(GetDependency<Controller>(), GetHandler()); in Start()