Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlogger_write.cpp215 static __android_aborter_function aborter_function = __android_log_default_aborter; variable
218 aborter_function = aborter; in __android_log_set_aborter()
222 aborter_function(abort_message); in __android_log_call_aborter()
/system/logging/liblog/tests/
Dliblog_global_state.cpp135 auto aborter_function = [&](const char* message) { in TEST() local
140 SetAborter(aborter_function); in TEST()