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

1 2

  /device/google/dragon/recovery/updater/
update_log.h 26 #define ALOGE(format, args...) printf("E %s: " format, LOG_TAG, ## args)
  /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)
  /packages/apps/TV/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)
  /hardware/qcom/gps/msm8998/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);
  /cts/tests/tests/nativehardware/jni/
NativeTestHelper.h 22 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
  /external/libese/libese/include/ese/
log.h 65 #ifndef ALOGE
66 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /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)
  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 38 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
55 ALOGE("Failed to open DIVX_DRM_SHIM_LIB \n");
78 ALOGE(" dlsym for DrmDecrypt factory function failed \n");
94 ALOGE(" failed to instantiate DrmDecoder \n");
  /hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 38 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
56 ALOGE("Failed to open DIVX_DRM_SHIM_LIB \n");
81 ALOGE(" dlsym for DrmDecrypt factory function failed \n");
100 ALOGE(" failed to instantiate DrmDecoder \n");
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 24 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR,"egl_fence",__VA_ARGS__)
75 ALOGE("EGL FENCE: error waiting for fence: %#x", eglGetError());
  /cts/tests/sensor/jni/
nativeTestHelper.h 23 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
ts_parser.h 45 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
79 ALOGE("Error handler called for TS Parser");
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 52 #define ALOGE LOG_TAG(rtc::LS_ERROR, TAG)
105 ALOGE << "Java JNI exception.";

Completed in 754 milliseconds

1 2