Searched defs:tombstoned_socket (Results 1 – 5 of 5) sorted by relevance
| /system/core/debuggerd/tombstoned/ |
| D | tombstoned_client.cpp | 35 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect() 40 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect() 100 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion()
|
| /system/core/debuggerd/ |
| D | tombstone_handler.cpp | 100 bool connect_tombstone_server(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in connect_tombstone_server() 108 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto) { in notify_completion()
|
| D | debuggerd_test.cpp | 2100 unique_fd tombstoned_socket, input_fd; in TEST() local 2169 unique_fd tombstoned_socket, input_fd; in TEST() local 2206 unique_fd tombstoned_socket, input_fd; in TEST() local 2294 unique_fd tombstoned_socket, input_fd; in TEST() local 2315 unique_fd tombstoned_socket, input_fd; in TEST() local 2339 unique_fd tombstoned_socket, input_fd; in TEST() local 2598 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local 2646 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local
|
| /system/core/debuggerd/rust/tombstoned_client/src/ |
| D | lib.rs | 34 tombstoned_socket: File, field 70 let mut tombstoned_socket = -1; in connect() localVariable
|
| /system/core/debuggerd/rust/tombstoned_client/ |
| D | wrapper.cpp | 25 bool tombstoned_connect_files(pid_t pid, int& tombstoned_socket, int& text_output_fd, in tombstoned_connect_files()
|