Home
last modified time | relevance | path

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

/system/core/base/
Dlogging_test.cpp579 android::base::SetAborter(NoopAborter); in TEST()
585 android::base::SetAborter(android::base::DefaultAborter); in TEST()
609 android::base::SetAborter(CountLineAborter::CountLineAborterFunction); in TEST()
Dlogging.cpp283 SetAborter(std::forward<AbortFunction>(aborter)); in InitLogging()
344 void SetAborter(AbortFunction&& aborter) { in SetAborter() function
/system/core/base/include/android-base/
Dlogging.h156 void SetAborter(AbortFunction&& aborter);
/system/core/debuggerd/
Dcrash_dump.cpp212 android::base::SetAborter([](const char* abort_msg) { in Initialize()