Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Droot_canal_main.cc45 bool crash_callback(const void* crash_context, size_t crash_context_size, in crash_callback() argument
48 if (crash_context_size >= in crash_callback()
/aosp12/system/bt/gd/facade/
H A Dfacade_main.cc67 bool crash_callback(const void* crash_context, size_t crash_context_size, void* context) { in crash_callback() argument
69 if (crash_context_size >= sizeof(google_breakpad::ExceptionHandler::CrashContext)) { in crash_callback()