Home
last modified time | relevance | path

Searched refs:StopStackRequest (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/facade/
H A Drootservice.proto10 rpc StopStack(StopStackRequest) returns (StopStackResponse) {}
28 message StopStackRequest {} message
H A Dgrpc_root_server.cc139 const ::bluetooth::facade::StopStackRequest* request, in StopStack()
/aosp12/system/bt/gd/cert/
H A Dgd_base_test_lib.py138 cert.rootservice.StopStack(facade_rootservice.StopStackRequest())
139 dut.rootservice.StopStack(facade_rootservice.StopStackRequest())
H A Dgd_sl4a_base_test.py88 self.cert.rootservice.StopStack(facade_rootservice.StopStackRequest())
/aosp12/system/bt/gd/rust/facade/src/
H A Dlib.rs52 _req: StopStackRequest, in stop_stack() argument
/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dpts_l2cap_test.py49 self.device_under_test.rootservice.StopStack(facade_rootservice_pb2.StopStackRequest())