/aosp12/packages/services/BuiltInPrintService/jni/include/ |
H A D | wprint_debug.h | 49 #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 D | log.h | 55 #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 D | halcore.h | 57 #define LOGE(s) \ macro 78 #define LOGE printf macro
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Log.h | 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jni_defines.h | 26 #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 D | wifi_offload.h | 53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | qc_omx_msg.h | 49 #define LOGE ALOGE macro
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | qc_omx_msg.h | 49 #define LOGE ALOGE macro
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | qc_omx_msg.h | 49 #define LOGE ALOGE macro
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | qc_omx_msg.h | 49 #define LOGE ALOGE macro
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | qc_omx_msg.h | 49 #define LOGE ALOGE macro
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | qc_omx_msg.h | 49 #define LOGE ALOGE macro
|
/aosp12/system/chre/platform/include/chre/platform/ |
H A D | log.h | 75 #define LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/aosp12/system/chre/platform/android/include/chre/target_platform/ |
H A D | log.h | 33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/aosp12/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
H A D | helloComputeNDK.cpp | 15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
/aosp12/system/chre/platform/linux/include/chre/target_platform/ |
H A D | log.h | 46 #define LOGE(fmt, ...) \ macro
|
/aosp12/system/extras/slideshow/ |
H A D | slideshow.cpp | 32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0) macro
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | SensorBase.h | 31 #define LOGE ALOGE macro
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
H A D | mm_camera_dbg.h | 105 #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 D | SensorBase.h | 31 #define LOGE ALOGE macro
|
/aosp12/frameworks/base/media/mca/filterpacks/native/imageproc/ |
H A D | contrast.c | 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
|
H A D | brightness.c | 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
|
/aosp12/system/chre/host/common/include/chre_host/ |
H A D | log.h | 40 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, stderr, format, ##__VA_ARGS__) macro
|
/aosp12/system/core/healthd/ |
H A D | AnimationParser.cpp | 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
|
H A D | healthd_draw.cpp | 24 #define LOGE(x...) KLOG_ERROR("charger", x); macro
|