Home
last modified time | relevance | path

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

/system/core/base/
Dlogging_test.cpp560 android::base::SetAborter(NoopAborter); in TEST()
568 android::base::SetAborter(android::base::DefaultAborter); in TEST()
589 android::base::SetAborter(CountLineAborter::CountLineAborterFunction); in TEST()
Dlogging.cpp258 SetAborter(std::forward<AbortFunction>(aborter)); in InitLogging()
320 void SetAborter(AbortFunction&& aborter) { in SetAborter() function
/system/core/base/include/android-base/
Dlogging.h131 void SetAborter(AbortFunction&& aborter);
/system/core/debuggerd/
Dcrash_dump.cpp204 android::base::SetAborter([&](const char* abort_msg) { in main()