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

  /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);
  /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;
  /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);
  /frameworks/native/cmds/installd/
installd.c 639 static int log_callback(int type, const char *fmt, ...) { function
670 cb.func_log = log_callback;
  /system/core/init/
init.c 961 int log_callback(int type, const char *fmt, ...) function
1055 cb.func_log = log_callback;
    [all...]

Completed in 313 milliseconds