Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_test.cpp583 android::base::SetAborter(NoopAborter); in TEST()
589 android::base::SetAborter(android::base::DefaultAborter); in TEST()
613 android::base::SetAborter(CountLineAborter::CountLineAborterFunction); in TEST()
Dlogging.cpp344 SetAborter(std::forward<AbortFunction>(aborter)); in InitLogging()
415 void SetAborter(AbortFunction&& aborter) { in SetAborter() function
/system/core/liblog/tests/
Dliblog_global_state.cpp140 SetAborter(aborter_function); in TEST()
/system/libbase/include/android-base/
Dlogging.h158 void SetAborter(AbortFunction&& aborter);
/system/core/debuggerd/
Dcrash_dump.cpp213 android::base::SetAborter([](const char* abort_msg) { in Initialize()