Home
last modified time | relevance | path

Searched defs:GetCaptureResponse (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend.rs1915 pub struct GetCaptureResponse { struct
1920 // @@protoc_insertion_point(special_field:netsim.frontend.GetCaptureResponse.special_fields) argument
1924 impl<'a> ::std::default::Default for &'a GetCaptureResponse { argument
1930 impl GetCaptureResponse { implementation
1951 impl ::protobuf::Message for GetCaptureResponse { implementation
2018 impl ::protobuf::MessageFull for GetCaptureResponse { implementation
2025 impl ::std::fmt::Display for GetCaptureResponse { implementation
2031 impl ::protobuf::reflect::ProtobufValue for GetCaptureResponse { implementation
H A Dfrontend_grpc.rs400 ) -> ::grpcio::Result<::grpcio::ClientSStreamReceiver<super::frontend::GetCaptureResponse>> in get_capture_opt()
408 ) -> ::grpcio::Result<::grpcio::ClientSStreamReceiver<super::frontend::GetCaptureResponse>> in get_capture()
497 sink: ::grpcio::ServerStreamingSink<super::frontend::GetCaptureResponse>, in get_capture()
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A Dnetsim_test_server.rs87 _sink: grpcio::ServerStreamingSink<netsim_proto::frontend::GetCaptureResponse>, in get_capture()
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto189 message GetCaptureResponse { message
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs139 mut sink: grpcio::ServerStreamingSink<netsim_proto::frontend::GetCaptureResponse>, in get_capture()