Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dserver.go488 func (server *Server) ServeRequest(codec ServerCodec) error { func
682 func ServeRequest(codec ServerCodec) error { func
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dfake_signaling_channel.cc156 void FakeSignalingChannel::ServeRequest(CommandCode req_code, in ServeRequest() function in bt::l2cap::internal::testing::FakeSignalingChannel
H A Dsignaling_channel.cc91 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 Dclient.cc348 void ServeRequest(sandbox2::Comms* comms) { in ServeRequest() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dforkserver.cc367 pid_t ForkServer::ServeRequest() { in ServeRequest() function in sandbox2::ForkServer