Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/include/tombstoned/
Dtombstoned.h32 bool tombstoned_notify_completion(int tombstoned_socket);
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp100 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion() function
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp308 tombstoned_notify_completion(tombstone_socket.get()); in trace_handler()
340 tombstoned_notify_completion(tombstone_socket.get()); in crash_handler()
/system/libartpalette/
Dpalette_android.cc147 if (!tombstoned_notify_completion(tombstone_fd)) { in PaletteWriteCrashThreadStacks()
/system/core/debuggerd/
Ddebuggerd_test.cpp1555 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1591 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1598 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1629 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1762 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
1820 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()
Dcrash_dump.cpp659 if (g_tombstoned_connected && !tombstoned_notify_completion(g_tombstoned_socket.get())) { in main()