Searched refs:proto_output_fd (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/debuggerd/rust/tombstoned_client/src/ |
H A D | lib.rs | 45 proto_output_fd: RawFd, in from_raw_fds() 54 proto_output: if proto_output_fd >= 0 { in from_raw_fds() 55 Some(File::from_raw_fd(proto_output_fd)) in from_raw_fds() 66 let mut proto_output_fd = -1; in connect() localVariable 71 &mut proto_output_fd, in connect() 74 Ok(unsafe { Self::from_raw_fds(tombstoned_socket, text_output_fd, proto_output_fd) }) in connect() 120 proto_output_fd: &mut i32, in tombstoned_connect_files()
|
/aosp14/system/core/debuggerd/ |
H A D | tombstone_handler.cpp | 41 unique_fd* proto_output_fd, in connect_tombstone_server_microdroid() argument 90 if (proto_output_fd) { in connect_tombstone_server_microdroid() 91 *proto_output_fd = std::move(vsock_proto_fd); in connect_tombstone_server_microdroid() 101 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in connect_tombstone_server() argument 103 return connect_tombstone_server_microdroid(text_output_fd, proto_output_fd, dump_type); in connect_tombstone_server() 105 return tombstoned_connect(pid, tombstoned_socket, text_output_fd, proto_output_fd, dump_type); in connect_tombstone_server()
|
H A D | tombstone_handler.h | 22 android::base::unique_fd* proto_output_fd,
|
/aosp14/system/core/debuggerd/tombstoned/ |
H A D | tombstoned_client.cpp | 41 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect() argument 94 if (proto_output_fd) { in tombstoned_connect() 95 *proto_output_fd = std::move(tmp_proto_fd); in tombstoned_connect()
|
/aosp14/system/core/debuggerd/rust/tombstoned_client/ |
H A D | wrapper.cpp | 26 int& proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect_files() argument 34 proto_output_fd = proto_output_unique.release(); in tombstoned_connect_files()
|
H A D | wrapper.hpp | 23 int& proto_output_fd, DebuggerdDumpType dump_type);
|
/aosp14/system/core/debuggerd/tombstoned/include/tombstoned/ |
H A D | tombstoned.h | 27 android::base::unique_fd* proto_output_fd, DebuggerdDumpType dump_type);
|