Home
last modified time | relevance | path

Searched defs:Echo (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/pigweed/pw_grpc/examples/echo/
H A Decho.proto27 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 Decho.proto16 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 Decho.proto39 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 Decho.proto24 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/
Decho.proto24 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 Decho.proto42 service Echo { service
50 rpc Echo(EchoRequest) returns (EchoResponse) { argument
H A Decho_grpcrest.proto44 service Echo { service
52 rpc Echo(EchoRequest) returns (EchoResponse) { rpc
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/commandline/impl/
DEcho.java29 public class Echo implements Command { class
45 public Echo() {} in Echo() method in Echo
/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Dlocal_rpc_egress_test.cc43 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 Dmock_test.cc161 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 Decho_service_pwpb.h23 Status Echo(const pwpb::EchoMessage::Message& request, in Echo() function
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
H A Decho_service_nanopb.h25 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 Decho_pb.rb17 module Echo module
H A Decho_services_pb.rb22 module Echo module
/aosp_15_r20/external/pigweed/pw_rpc_transport/internal/
H A Dtest.proto20 rpc Echo(EchoMessage) returns (EchoMessage) {} rpc
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/duplicate/
Decho_duplicate.proto25 rpc Echo(grpc.testing.EchoRequest) returns (grpc.testing.EchoResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/duplicate/
H A Decho_duplicate.proto25 rpc Echo(grpc.testing.EchoRequest) returns (grpc.testing.EchoResponse); rpc
/aosp_15_r20/external/pigweed/pw_rpc/
H A Decho.proto21 rpc Echo(EchoMessage) returns (EchoMessage) {} rpc
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/protos/
H A Decho.proto20 rpc Echo (EchoRequest) returns (EchoReply) {} rpc
/aosp_15_r20/device/google/cuttlefish/host/commands/echo_server/
Decho.proto20 rpc Echo (EchoRequest) returns (EchoReply) {} rpc
Dmain.cpp42 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 DTestHelper.mm87 Status TestServiceImpl::Echo(ServerContext* context, const EchoRequest* request, function
/aosp_15_r20/system/chre/apps/test/common/rpc_service_test/src/
H A Drpc_service_manager.cc27 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 Dsync_method_unittest.cc129 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 Dresidual_echo_detector_unittest.cc20 TEST(ResidualEchoDetectorTests, Echo) { in TEST() argument

1234