Searched refs:tombstoned_socket (Results 1 – 3 of 3) sorted by relevance
/system/core/debuggerd/tombstoned/ |
D | tombstoned_client.cpp | 35 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* output_fd, in tombstoned_connect() argument 80 *tombstoned_socket = std::move(sockfd); in tombstoned_connect() 85 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion() argument 88 if (TEMP_FAILURE_RETRY(write(tombstoned_socket, &packet, sizeof(packet))) != sizeof(packet)) { in tombstoned_notify_completion()
|
/system/core/debuggerd/tombstoned/include/tombstoned/ |
D | tombstoned.h | 25 bool tombstoned_connect(pid_t pid, android::base::unique_fd* tombstoned_socket, 28 bool tombstoned_notify_completion(int tombstoned_socket);
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 912 unique_fd tombstoned_socket, input_fd; in TEST() local 913 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST() 979 unique_fd tombstoned_socket, input_fd; in TEST() local 980 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST() 982 tombstoned_notify_completion(tombstoned_socket.get()); in TEST() 1015 unique_fd tombstoned_socket, input_fd; in TEST() local 1016 ASSERT_TRUE(tombstoned_connect(self, &tombstoned_socket, &input_fd, kDebuggerdNativeBacktrace)); in TEST() 1018 tombstoned_notify_completion(tombstoned_socket.get()); in TEST() 1023 ASSERT_TRUE(tombstoned_connect(self, &tombstoned_socket, &input_fd, kDebuggerdJavaBacktrace)); in TEST() 1025 tombstoned_notify_completion(tombstoned_socket.get()); in TEST() [all …]
|