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

  /ndk/sources/cxx-stl/gabi++/src/
fatal_error.cc 57 typedef void (*logfunc_t)(int, const char*, const char*); typedef
58 logfunc_t logger = NULL;
68 logger = reinterpret_cast<logfunc_t>(dlsym(liblog, "__android_log_print"));
  /external/qemu-pc-bios/bochs/
bochs.h 308 } logfunc_t; typedef in typeref:class:logfunctions
336 logfunc_t *get_logfn(int index) { return logfn_list[index]; }
337 void add_logfn(logfunc_t *fn);
338 void remove_logfn(logfunc_t *fn);
360 logfunc_t *logfn_list[MAX_LOGFNS];
369 ((genlog==NULL)? (genlog=new logfunc_t(SAFE_GET_IOFUNC())) : genlog)
398 BOCHSAPI extern logfunc_t *genlog;

Completed in 54 milliseconds