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

  /cts/tests/tests/security/jni/
android_security_cts_SELinuxTest.cpp 112 static int log_callback(int type __attribute__((unused)), const char *fmt __attribute__((unused)), ...) function
122 cb.func_log = log_callback;
  /frameworks/base/core/jni/
android_os_SELinux.cpp 337 static int log_callback(int type, const char *fmt, ...) { function in namespace:android
360 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.cpp 639 static int log_callback(int type, const char *fmt, ...) { function
673 cb.func_log = log_callback;

Completed in 967 milliseconds