Home
last modified time | relevance | path

Searched defs:crash (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp97 static CrashQueue* for_crash(const Crash* crash) { in for_crash()
140 bool maybe_enqueue_crash(Crash* crash) { in maybe_enqueue_crash()
149 void maybe_dequeue_crashes(void (*handler)(Crash* crash)) { in maybe_dequeue_crashes()
212 static void perform_request(Crash* crash) { in perform_request()
259 Crash* crash = new Crash(); in crash_accept_cb() local
272 Crash* crash = static_cast<Crash*>(arg); in crash_request_cb() local
339 Crash* crash = static_cast<Crash*>(arg); in crash_completed_cb() local
/system/core/debuggerd/crasher/
Dcrasher.cpp132 noinline int crash(int a) { in crash() function