/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | server_async.cc | 55 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument 60 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument 256 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument 260 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl() 314 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl() argument 316 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingImpl() 392 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl() argument 395 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromClientImpl() 460 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextStreamingFromServerImpl() argument 463 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromServerImpl()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/ |
H A D | _interceptor.py | 131 [ClientCallDetails, RequestType], UnaryUnaryCall argument 134 request: RequestType, 167 [ClientCallDetails, RequestType], UnaryStreamCall argument 170 request: RequestType, 207 [ClientCallDetails, RequestType], StreamUnaryCall argument 249 [ClientCallDetails, RequestType], StreamStreamCall argument 542 self, request: RequestType, call: InterceptedCall 560 async def write(self, request: RequestType) -> None: 619 request: RequestType, 656 request: RequestType, [all …]
|
H A D | _call.py | 478 async def _write(self, request: RequestType) -> None: 515 async def write(self, request: RequestType) -> None: 545 request: RequestType, 609 request: RequestType,
|
H A D | _base_call.py | 185 async def write(self, request: RequestType) -> None: 241 async def write(self, request: RequestType) -> None:
|
H A D | _base_channel.py | 36 request: RequestType, 74 request: RequestType,
|
H A D | _channel.py | 140 request: RequestType, 185 request: RequestType,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | method_handler.h | 103 const RequestType*, ResponseType*)> in RpcMethodHandler() 145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler() 193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler() 331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler() 346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | method_handler.h | 103 const RequestType*, ResponseType*)> in RpcMethodHandler() 145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler() 193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler() 331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler() 346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/ |
H A D | method_handler.h | 103 const RequestType*, ResponseType*)> in RpcMethodHandler() 145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler() 193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler() 331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler() 346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | _simple_stubs.py | 37 RequestType = TypeVar("RequestType") variable 229 request: RequestType, 321 request: RequestType, 412 request_iterator: Iterator[RequestType], 503 request_iterator: Iterator[RequestType],
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | server_callback_handlers.h | 37 const RequestType*, ResponseType*)> in CallbackUnaryHandler() 42 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator() 180 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl() 671 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler() 810 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | server_callback_handlers.h | 38 const RequestType*, ResponseType*)> in CallbackUnaryHandler() 43 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator() 181 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl() 678 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler() 819 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | server_callback_handlers.h | 37 const RequestType*, ResponseType*)> in CallbackUnaryHandler() 42 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator() 180 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl() 671 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler() 810 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/enums/stats/connectivity/ConnectivityServiceprotos/android_common_apex30/javac/ |
D | ConnectivityServiceprotos.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/stats/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/enums/stats/connectivity/ConnectivityServiceprotos/android_common/javac/ |
D | ConnectivityServiceprotos.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/stats/
android/ ... |
/aosp_15_r20/external/grpc-grpc/include/grpcpp/generic/ |
H A D | generic_stub.h | 116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() 148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/ |
D | generic_stub.h | 116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() 148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() 148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/ |
D | fields.rs | 111 pub enum RequestType { enum 222 request_type: RequestType, in request_type()
|
/aosp_15_r20/external/rust/crates/rusb/src/ |
D | fields.rs | 111 pub enum RequestType { enum 222 request_type: RequestType, in request_type()
|
/aosp_15_r20/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
H A D | TracezZPageHandler.java | 78 private enum RequestType { enum in TracezZPageHandler 86 RequestType(int value) { in RequestType() method in TracezZPageHandler.RequestType
|
/aosp_15_r20/hardware/interfaces/camera/metadata/aidl/aidl_api/android.hardware.camera.metadata/current/android/hardware/camera/metadata/ |
H A D | RequestType.aidl | 40 enum RequestType { enum
|
/aosp_15_r20/hardware/interfaces/camera/metadata/aidl/aidl_api/android.hardware.camera.metadata/3/android/hardware/camera/metadata/ |
H A D | RequestType.aidl | 40 enum RequestType { enum
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/metadata/aidl/android.hardware.camera.metadata_interface/dump/android/hardware/camera/metadata/ |
D | RequestType.aidl | 40 enum RequestType { enum
|
/aosp_15_r20/hardware/interfaces/camera/metadata/aidl/android/hardware/camera/metadata/ |
H A D | RequestType.aidl | 32 enum RequestType { enum
|