Home
last modified time | relevance | path

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

/system/core/debuggerd/include/debuggerd/
Dtombstoned.h26 bool tombstoned_notify_completion(int tombstoned_socket);
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp201 tombstoned_notify_completion(tombstone_socket.get()); in trace_handler()
220 tombstoned_notify_completion(tombstone_socket.get()); in crash_handler()
/system/core/debuggerd/
Dtombstoned_client.cpp79 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion() function
Dcrash_dump.cpp424 if (tombstoned_connected && !tombstoned_notify_completion(tombstoned_socket.get())) { in main()
Ddebuggerd_test.cpp668 tombstoned_notify_completion(tombstoned_socket.get()); in TEST()