Searched refs:proto_output_fd (Results 1 – 7 of 7) sorted by relevance
/system/core/debuggerd/rust/tombstoned_client/src/ |
D | lib.rs | 48 proto_output_fd: RawFd, in from_raw_fds() 59 proto_output: if proto_output_fd >= 0 { in from_raw_fds() 61 Some(unsafe { File::from_raw_fd(proto_output_fd) }) in from_raw_fds() 72 let mut proto_output_fd = -1; in connect() localVariable 77 &mut proto_output_fd, in connect() 82 Ok(unsafe { Self::from_raw_fds(tombstoned_socket, text_output_fd, proto_output_fd) }) in connect() 128 proto_output_fd: &mut i32, in tombstoned_connect_files()
|
/system/core/debuggerd/ |
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()
|
D | tombstone_handler.h | 22 android::base::unique_fd* proto_output_fd,
|
/system/core/debuggerd/rust/tombstoned_client/ |
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()
|
D | wrapper.hpp | 23 int& proto_output_fd, DebuggerdDumpType dump_type);
|
/system/core/debuggerd/tombstoned/ |
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()
|
/system/core/debuggerd/tombstoned/include/tombstoned/ |
D | tombstoned.h | 27 android::base::unique_fd* proto_output_fd, DebuggerdDumpType dump_type);
|