Home
last modified time | relevance | path

Searched defs:ERROR (Results 1 – 11 of 11) sorted by relevance

/system/extras/squashfs_utils/
Dsquashfs_utils.c31 #define ERROR(x...) fprintf(stderr, x) macro
33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x) macro
/system/core/adb/
Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enumerator
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h47 #define ERROR(x) \ macro
53 #define ERROR(x) macro
/system/tools/hidl/
DCoordinator.h139 ERROR, enumerator
/system/bt/include/hardware/avrcp/
Davrcp.h41 ERROR = 0xFF, enumerator
/system/core/logwrapper/
Dlogwrap.c40 #define ERROR(fmt, args...) \ macro
/system/core/base/include/android-base/
Dlogging.h88 ERROR, enumerator
/system/media/camera/src/
Dcamera_metadata.c31 #define ERROR 1 macro
/system/media/camera/tests/
Dcamera_metadata_tests.cpp38 #define ERROR 1 macro
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc65 #define ERROR(fmt, ...) LOG_ERROR(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc78 #define ERROR(fmt, ...) LOG_ERROR(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro