Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp115 InterceptStatus* status, DebuggerdDumpType intercept_type) { in tombstoned_intercept() argument
123 .dump_type = intercept_type, in tombstoned_intercept()
180 void StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type = kDebuggerdTombstone);
213 void CrasherTest::StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type) { in StartIntercept() argument
219 tombstoned_intercept(crasher_pid, &this->intercept_fd, output_fd, &status, intercept_type); in StartIntercept()