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

  /system/core/init/
log.h 26 extern int log_callback(int type, const char *fmt, ...);
ueventd.c 81 cb.func_log = log_callback;
init.c 961 int log_callback(int type, const char *fmt, ...) function
1055 cb.func_log = log_callback;
    [all...]
  /external/lldb/include/lldb/API/
SBDebugger.h 36 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
206 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
  /external/lldb/include/lldb/Core/
Debugger.h 60 CreateInstance (lldb::LogOutputCallback log_callback = NULL, void *baton = NULL);
258 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]
  /external/lldb/scripts/Python/interface/
SBDebugger.i 126 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
278 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/test/
test.c 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) function
107 r = nestegg_init(&ctx, io, log_callback, -1);
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) function
107 r = nestegg_init(&ctx, io, log_callback, -1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) function
107 r = nestegg_init(&ctx, io, log_callback, -1);
  /external/lldb/scripts/Python/
python-typemaps.swig 382 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
399 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
  /frameworks/base/core/jni/
android_os_SELinux.cpp 444 static int log_callback(int type, const char *fmt, ...) { function in namespace:android
467 cb.func_log = log_callback;
  /external/lldb/source/Core/
Debugger.cpp 526 Debugger::CreateInstance (lldb::LogOutputCallback log_callback, void *baton)
528 DebuggerSP debugger_sp (new Debugger(log_callback, baton));
622 Debugger::Debugger (lldb::LogOutputCallback log_callback, void *baton) :
643 if (log_callback)
644 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton));
    [all...]
  /frameworks/native/cmds/installd/
installd.c 633 static int log_callback(int type, const char *fmt, ...) { function
664 cb.func_log = log_callback;
  /external/lldb/source/API/
SBDebugger.cpp     [all...]

Completed in 1140 milliseconds