Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/desktop/
Droot_canal_main.cc62 bool crash_callback(const void* crash_context, size_t crash_context_size, in crash_callback() argument
65 if (crash_context_size >= in crash_callback()
/packages/modules/Bluetooth/system/gd/facade/
Dfacade_main.cc76 bool crash_callback(const void* crash_context, size_t crash_context_size, void* /* context */) { in crash_callback() argument
78 if (crash_context_size >= sizeof(google_breakpad::ExceptionHandler::CrashContext)) { in crash_callback()