Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp119 InterceptResponse* response, DebuggerdDumpType intercept_type) { in tombstoned_intercept() argument
127 .dump_type = intercept_type, in tombstoned_intercept()
189 void StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type = kDebuggerdTombstone);
222 void CrasherTest::StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type) { in StartIntercept() argument
228 tombstoned_intercept(crasher_pid, &this->intercept_fd, output_fd, &response, intercept_type); in StartIntercept()