Home
last modified time | relevance | path

Searched refs:signal_has_sender (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h88 bool signal_has_sender(const siginfo_t*, pid_t caller_pid);
/system/core/debuggerd/libdebuggerd/
Dutility.cpp275 bool signal_has_sender(const siginfo_t* si, pid_t caller_pid) { function
Dtombstone.cpp135 if (signal_has_sender(thread_info.siginfo, thread_info.pid)) { in dump_signal_info()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp191 if (signal_has_sender(info, self_pid)) { in log_signal_summary()