Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/facade/
H A Dhci_facade.proto12 rpc StreamEvents(google.protobuf.Empty) returns (stream facade.Data) {}
H A Dfacade.cc102 ::grpc::Status StreamEvents( in StreamEvents() function in bluetooth::hci::facade::HciFacadeService
/aosp12/system/bt/gd/hal/
H A Dhal_facade.proto10 rpc StreamEvents(google.protobuf.Empty) returns (stream facade.Data) {}
H A Dfacade.cc75 ::grpc::Status StreamEvents( in StreamEvents() function in bluetooth::hal::HciHalFacadeService
/aosp12/system/bt/gd/cert/
H A Dpy_hci.py121 self.event_stream = EventStream(self.device.hci.StreamEvents(empty_proto.Empty()))
H A Dpy_hal.py119 self.hci_event_stream = EventStream(self.device.hal.StreamEvents(empty_proto.Empty()))