HomeSort by relevance Sort by last modified time
    Searched defs:ALOGE (Results 1 - 25 of 48) sorted by null

1 2

  /external/conscrypt/src/openjdk/native/
log_compat.h 3 #define ALOGE(...) \
  /device/google/dragon/recovery/updater/
update_log.h 26 #define ALOGE(format, args...) printf("E %s: " format, LOG_TAG, ## args)
  /external/conscrypt/src/compat/native/
log_compat.h 6 #define ALOGE(...) \
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 44 #define ALOGE CDBG
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /frameworks/rs/
rsUtils.h 25 #define ALOGE(...)
  /packages/apps/TV/usbtuner/jni/
logging.h 30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 49 #define ALOGE CDBG
53 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
65 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
71 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 51 #define ALOGE CDBG
66 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
72 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 49 #define ALOGE CDBG
53 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
65 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
71 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 51 #define ALOGE CDBG
66 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
72 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 49 #define ALOGE CDBG
53 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
65 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
71 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 49 #define ALOGE CDBG
64 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
70 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /libnativehelper/
ALog-priv.h 62 #ifndef ALOGE
63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /cts/tests/tests/graphics/jni/
android_graphics_cts_VulkanFeaturesTest.cpp 32 #define ALOGE(msg, ...) \
56 ALOGE("vkCreateInstance failed: %d", result);
63 ALOGE("vkEnumeratePhysicalDevices failed: %d", result);
70 ALOGE("vkEnumeratePhysicalDevices failed: %d", result);
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)

Completed in 2604 milliseconds

1 2