/aosp_15_r20/external/pigweed/pw_grpc/examples/echo/ |
H A D | echo.proto | 27 service Echo { service 28 rpc UnaryEcho(EchoRequest) returns (EchoResponse) {} 29 rpc ServerStreamingEcho(EchoRequest) returns (stream EchoResponse) {} 30 rpc ClientStreamingEcho(stream EchoRequest) returns (EchoResponse) {} 31 rpc BidirectionalStreamingEcho(stream EchoRequest)
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/services/echo/ |
H A D | echo.proto | 16 service Echo { service 18 rpc UnaryEcho(EchoRequest) returns (EchoResponse) {} 21 rpc ServerStreamingEcho(EchoRequest) returns (stream EchoResponse) {} 24 rpc ClientStreamingEcho(stream EchoRequest) returns (EchoResponse) {} 27 rpc BidirectionalStreamingEcho(stream EchoRequest)
|
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/proto/grpc/examples/echo/ |
H A D | echo.proto | 39 service Echo { service 41 rpc UnaryEcho(EchoRequest) returns (EchoResponse) {} 43 rpc ServerStreamingEcho(EchoRequest) returns (stream EchoResponse) {} 45 rpc ClientStreamingEcho(stream EchoRequest) returns (EchoResponse) {} 47 rpc BidirectionalStreamingEcho(stream EchoRequest) returns (stream EchoResponse) {}
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/ |
H A D | echo.proto | 24 rpc Echo(EchoRequest) returns (EchoResponse); rpc 40 rpc Echo(EchoRequest) returns (EchoResponse); rpc 53 rpc Echo(EchoRequest) returns (EchoResponse); rpc
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | echo.proto | 24 rpc Echo(EchoRequest) returns (EchoResponse); rpc 40 rpc Echo(EchoRequest) returns (EchoResponse); rpc 53 rpc Echo(EchoRequest) returns (EchoResponse); rpc
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/ |
H A D | echo.proto | 42 service Echo { service 50 rpc Echo(EchoRequest) returns (EchoResponse) { argument
|
H A D | echo_grpcrest.proto | 44 service Echo { service 52 rpc Echo(EchoRequest) returns (EchoResponse) { rpc
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/commandline/impl/ |
D | Echo.java | 29 public class Echo implements Command { class 45 public Echo() {} in Echo() method in Echo
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/ |
H A D | local_rpc_egress_test.cc | 43 Status Echo( in Echo() function in pw::rpc::__anon9ff2acab0111::TestEchoService 57 Status Echo( in Echo() function in pw::rpc::__anon9ff2acab0111::ControlledTestEchoService
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | mock_test.cc | 161 ServerUnaryReactor* Echo(CallbackServerContext* context, in Echo() function in grpc::testing::__anon48b85b080111::CallbackTestServiceImpl 244 Status Echo(ServerContext* /*context*/, const EchoRequest* request, in Echo() function in grpc::testing::__anon48b85b080111::TestServiceImpl
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/ |
H A D | echo_service_pwpb.h | 23 Status Echo(const pwpb::EchoMessage::Message& request, in Echo() function
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/ |
H A D | echo_service_nanopb.h | 25 Status Echo(const pw_rpc_EchoMessage& request, pw_rpc_EchoMessage& response) { in Echo() function
|
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/lib/ |
H A D | echo_pb.rb | 17 module Echo module
|
H A D | echo_services_pb.rb | 22 module Echo module
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/internal/ |
H A D | test.proto | 20 rpc Echo(EchoMessage) returns (EchoMessage) {} rpc
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/duplicate/ |
D | echo_duplicate.proto | 25 rpc Echo(grpc.testing.EchoRequest) returns (grpc.testing.EchoResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/duplicate/ |
H A D | echo_duplicate.proto | 25 rpc Echo(grpc.testing.EchoRequest) returns (grpc.testing.EchoResponse); rpc
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | echo.proto | 21 rpc Echo(EchoMessage) returns (EchoMessage) {} rpc
|
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/protos/ |
H A D | echo.proto | 20 rpc Echo (EchoRequest) returns (EchoReply) {} rpc
|
/aosp_15_r20/device/google/cuttlefish/host/commands/echo_server/ |
D | echo.proto | 20 rpc Echo (EchoRequest) returns (EchoReply) {} rpc
|
D | main.cpp | 42 Status Echo(ServerContext* context, const EchoRequest* request, in Echo() function in EchoServiceImpl
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CppCronetTests/ |
H A D | TestHelper.mm | 87 Status TestServiceImpl::Echo(ServerContext* context, const EchoRequest* request, function
|
/aosp_15_r20/system/chre/apps/test/common/rpc_service_test/src/ |
H A D | rpc_service_manager.cc | 27 pw::Status EchoService::Echo(const pw_rpc_EchoMessage &request, in Echo() function in chre::rpc_service_test::EchoService
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | sync_method_unittest.cc | 129 void Echo(int32_t value, const EchoCallback& callback) override { in Echo() function in mojo::test::__anon18fccbde0111::TestSyncImpl 151 void Echo(int32_t value, const EchoCallback& callback) override { in Echo() function in mojo::test::__anon18fccbde0111::TestSyncMasterImpl 179 void Echo(int32_t value, const EchoCallback& callback) override { in Echo() function in mojo::test::__anon18fccbde0111::TestSyncAssociatedImpl
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | residual_echo_detector_unittest.cc | 20 TEST(ResidualEchoDetectorTests, Echo) { in TEST() argument
|