Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/hal/src/
H A Dfacade.rs79 self.evt_rx.stream_grpc(ctx, sink); in stream_events()
83 self.acl_rx.stream_grpc(ctx, sink); in stream_acl()
91 self.iso_rx.stream_grpc(ctx, sink); in stream_iso()
/aosp12/system/bt/gd/rust/hci/src/
H A Dfacade.rs128 self.evt_rx.stream_grpc(ctx, sink); in stream_events()
137 self.le_evt_rx.stream_grpc(ctx, sink); in stream_le_subevents()
141 self.acl_rx.stream_grpc(ctx, sink); in stream_acl()
/aosp12/system/bt/gd/rust/facade/helpers/
H A Dlib.rs37 pub fn stream_grpc(&mut self, ctx: RpcContext<'_>, mut sink: ServerStreamingSink<Data>) { in stream_grpc() method