Home
last modified time | relevance | path

Searched refs:RootFacadeService (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/facade/
Dgrpc_root_server.cc60 class RootFacadeService : public ::bluetooth::facade::RootFacade::Service { class
62 RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService() function in bluetooth::facade::__anond4fc1bae0111::RootFacadeService
163 RootFacadeService* root_facade_service;
172 root_facade_service = new RootFacadeService(grpc_port); in StartServer()
/system/bt/gd/rust/facade/src/
Dlib.rs18 pub struct RootFacadeService { struct
23 impl RootFacadeService { implementation
38 impl RootFacade for RootFacadeService { implementation
Dmain.rs10 use bluetooth_with_facades::RootFacadeService;
58 .register_service(RootFacadeService::create( in async_main()