Home
last modified time | relevance | path

Searched defs:ClientConnection (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/ipc/
H A Dhost_impl.h63 struct ClientConnection { struct
65 ClientID id;
66 std::unique_ptr<base::UnixSocket> sock;
67 BufferedFrameDeserializer frame_deserializer;
68 base::ScopedFile received_fd;
69 std::function<bool(int)> send_fd_cb_fuchsia;
73 uid_t uid_override = base::kInvalidUid;
74 pid_t pid_override = base::kInvalidPid;
99 void OnReceivedFrame(ClientConnection*, const Frame&); argument
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DClientConnection.java17 public class ClientConnection extends CrtResource { class
23 ClientConnection(long clientConnection) { in ClientConnection() method in ClientConnection
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/
H A Dlib.rs216 client: &mut ClientConnection, in do_handshake_until_error()
270 ) -> (ClientConnection, ServerConnection) { in make_pair_for_arc_configs()