Home
last modified time | relevance | path

Searched defs:RootFacadeService (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/facade/src/
Dlib.rs18 pub struct RootFacadeService { struct
23 impl RootFacadeService { implementation
38 impl RootFacade for RootFacadeService { implementation
/packages/modules/Bluetooth/system/gd/facade/
Dgrpc_root_server.cc49 class RootFacadeService : public ::blueberry::facade::RootFacade::Service { class
51 explicit RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService() function in bluetooth::facade::RootFacadeService