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

  /frameworks/native/cmds/installd/
installd.cpp 174 static int log_callback(int type, const char *fmt, ...) { // NOLINT function in namespace:android::installd
205 cb.func_log = log_callback;
otapreopt.cpp 875 static int log_callback(int type, const char *fmt, ...) { function in namespace:android::installd
    [all...]
  /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;
  /external/vulkan-validation-layers/layers/
vk_layer_utils.cpp 118 dbgCreateInfo.pfnCallback = log_callback;
vk_layer_logging.h 387 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, function
  /external/selinux/policycoreutils/setfiles/
setfiles.c 142 log_callback(int type, const char *fmt, ...) function
396 cb.func_log = log_callback;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 356 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, function
vk_layer_utils.cpp     [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 93 static int log_callback(int type, const char *fmt, ...) { // NOLINT function in namespace:android::installd
118 cb.func_log = log_callback;
    [all...]

Completed in 234 milliseconds