Home
last modified time | relevance | path

Searched defs:LOGE (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwprint_debug.h49 #define LOGE(...) macro
51 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Dlog.h55 #define LOGE(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) macro
70 #define LOGE(fmt, ...) \ macro
119 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ERROR, fmt, ##__VA_ARGS__) macro
135 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_ERROR, fmt, ##__VA_ARGS__) macro
/aosp12/hardware/st/nfc/1.0/include/
H A Dhalcore.h57 #define LOGE(s) \ macro
78 #define LOGE printf macro
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DLog.h22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Djni_defines.h26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg) macro
/aosp12/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dwifi_offload.h53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A Dqc_omx_msg.h49 #define LOGE ALOGE macro
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A Dqc_omx_msg.h49 #define LOGE ALOGE macro
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A Dqc_omx_msg.h49 #define LOGE ALOGE macro
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A Dqc_omx_msg.h49 #define LOGE ALOGE macro
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A Dqc_omx_msg.h49 #define LOGE ALOGE macro
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A Dqc_omx_msg.h49 #define LOGE ALOGE macro
/aosp12/system/chre/platform/include/chre/platform/
H A Dlog.h75 #define LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/aosp12/system/chre/platform/android/include/chre/target_platform/
H A Dlog.h33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) macro
/aosp12/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/aosp12/system/chre/platform/linux/include/chre/target_platform/
H A Dlog.h46 #define LOGE(fmt, ...) \ macro
/aosp12/system/extras/slideshow/
H A Dslideshow.cpp32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0) macro
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.h31 #define LOGE ALOGE macro
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_dbg.h105 #define LOGE(fmt, args...) CLOGE(CAM_MODULE, fmt, ##args) macro
131 #define LOGE(fmt, args...) ALOGE(fmt, ##args) macro
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DSensorBase.h31 #define LOGE ALOGE macro
/aosp12/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dcontrast.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
H A Dbrightness.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
/aosp12/system/chre/host/common/include/chre_host/
H A Dlog.h40 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, stderr, format, ##__VA_ARGS__) macro
/aosp12/system/core/healthd/
H A DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
H A Dhealthd_draw.cpp24 #define LOGE(x...) KLOG_ERROR("charger", x); macro

12