HomeSort by relevance Sort by last modified time
    Searched refs:callback_context (Results 1 - 13 of 13) sorted by null

  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 72 // callback_context when the handler was created.
111 void *callback_context, bool install_handler,
117 void *callback_context,
141 void *callback_context) {
142 return WriteMinidump(dump_path, false, callback, callback_context);
148 void *callback_context);
156 void *callback_context);
exception_handler.cc 226 void* callback_context,
232 callback_context_(callback_context),
254 void* callback_context,
259 callback_context_(callback_context),
310 void* callback_context) {
311 ExceptionHandler handler(dump_path, NULL, callback, callback_context, false,
321 void* callback_context) {
344 callback_context, result);
  /external/adhd/cras/src/common/
cras_file_wait.h 69 * callback_context - Context pointer passed to the callback function.
79 void *callback_context,
cras_file_wait.c 25 void *callback_context; member in struct:cras_file_wait
118 file_wait->callback(file_wait->callback_context,
251 file_wait->callback(file_wait->callback_context,
273 void *callback_context,
291 file_wait->callback_context = callback_context;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 79 // callback_context when the handler was created.
90 // callback_context when the handler was created. |succeeded| indicates
130 void* callback_context,
170 void* callback_context);
187 void* callback_context);
exception_handler.cc 221 void* callback_context,
226 callback_context_(callback_context),
598 void* callback_context) {
600 ExceptionHandler eh(descriptor, NULL, callback, callback_context, false, -1);
733 void* callback_context) {
742 return callback ? callback(descriptor, callback_context, true) : true;
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.h 76 // callback_context when the handler was created.
87 // by the user as callback_context when the handler was created. succeeded
115 void *callback_context,
134 void *callback_context);
exception_handler.cc 65 void *callback_context,
69 callback_context_(callback_context),
121 void *callback_context) {
123 callback_context, false);
minidump_generator.cc 390 LwpInfoCallbackCtx *callback_context = local
395 LwpInfoCallbackCtx *callback_context = local
400 if (lsp->pr_lwpid != callback_context->writer_args->crashed_lwpid ||
401 callback_context->writer_args->sig_ctx == NULL) {
402 success = WriteLwpStream(callback_context->minidump_writer,
403 callback_context->writer_args->lwp_lister,
406 success = WriteCrashedLwpStream(callback_context->minidump_writer,
407 callback_context->writer_args,
411 callback_context->list->CopyIndexAfterObject(
412 callback_context->lwp_index++
499 ModuleInfoCallbackCtx *callback_context = local
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 103 // callback_context when the handler was created. exinfo points to the
117 // by the user as callback_context when the handler was created. exinfo
170 void* callback_context,
181 void* callback_context,
192 void* callback_context,
213 void* callback_context,
241 MinidumpCallback callback, void* callback_context);
252 void* callback_context);
290 void* callback_context,
exception_handler.cc 64 void* callback_context,
72 callback_context,
84 void* callback_context,
92 callback_context,
105 void* callback_context,
113 callback_context,
125 void* callback_context,
130 callback_context,
143 void* callback_context,
153 callback_context_ = callback_context;
873 MinidumpCallbackContext* callback_context = local
    [all...]
  /art/runtime/
monitor.h 112 void* callback_context, bool abort_on_failure = true)
monitor.cc     [all...]

Completed in 255 milliseconds