Searched defs:ERROR (Results 1 – 11 of 11) sorted by relevance
/system/extras/squashfs_utils/ |
D | squashfs_utils.c | 31 #define ERROR(x...) fprintf(stderr, x) macro 33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x) macro
|
/system/core/adb/ |
D | line_printer.h | 29 enum LineType { INFO, WARNING, ERROR }; enumerator
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 47 #define ERROR(x) \ macro 53 #define ERROR(x) macro
|
/system/tools/hidl/ |
D | Coordinator.h | 139 ERROR, enumerator
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 41 ERROR = 0xFF, enumerator
|
/system/core/logwrapper/ |
D | logwrap.c | 40 #define ERROR(fmt, args...) \ macro
|
/system/core/base/include/android-base/ |
D | logging.h | 88 ERROR, enumerator
|
/system/media/camera/src/ |
D | camera_metadata.c | 31 #define ERROR 1 macro
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 38 #define ERROR 1 macro
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 65 #define ERROR(fmt, ...) LOG_ERROR(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 78 #define ERROR(fmt, ...) LOG_ERROR(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro
|