Searched defs:ServeRequest (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/ | ||
D | server.go | 488 func (server *Server) ServeRequest(codec ServerCodec) error { func |
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ | ||
H A D | fake_signaling_channel.cc | 156 void FakeSignalingChannel::ServeRequest(CommandCode req_code, in ServeRequest() function in bt::l2cap::internal::testing::FakeSignalingChannel |
H A D | signaling_channel.cc | 91 void SignalingChannel::ServeRequest(CommandCode req_code, RequestDelegate cb) { in ServeRequest() function in bt::l2cap::internal::SignalingChannel |
/aosp_15_r20/external/sandboxed-api/sandboxed_api/ | ||
H A D | client.cc | 348 void ServeRequest(sandbox2::Comms* comms) { in ServeRequest() function |
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ | ||
H A D | forkserver.cc | 367 pid_t ForkServer::ServeRequest() { in ServeRequest() function in sandbox2::ForkServer |