Home
last modified time | relevance | path

Searched refs:tombstoned_notify_completion (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/tombstoned/include/tombstoned/
Dtombstoned.h28 bool tombstoned_notify_completion(int tombstoned_socket);
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp85 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion() function
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp302 tombstoned_notify_completion(tombstone_socket.get()); in trace_handler()
334 tombstoned_notify_completion(tombstone_socket.get()); in crash_handler()
/system/core/debuggerd/
Ddebuggerd_test.cpp982 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1018 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1025 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1056 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
Dcrash_dump.cpp620 if (g_tombstoned_connected && !tombstoned_notify_completion(g_tombstoned_socket.get())) { in main()