Home
last modified time | relevance | path

Searched defs:ERROR (Results 1 – 16 of 16) 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/update_engine/
Dboot_control_android.h70 ERROR, enumerator
/system/core/adb/client/
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/core/fs_mgr/
Dfs_mgr_roots.cpp55 ERROR = -1, enumerator
/system/tools/hidl/
DCoordinator.h139 ERROR, enumerator
/system/bt/include/hardware/avrcp/
Davrcp.h41 ERROR = 0xFF, enumerator
/system/bt/profile/sdp/
Dsdp_common.h24 ERROR = 0x01, enumerator
/system/netd/libnetdutils/include/netdutils/
DLog.h199 ERROR, enumerator
/system/core/logwrapper/
Dlogwrap.c40 #define ERROR(fmt, args...) \ macro
/system/core/base/include/android-base/
Dlogging.h87 ERROR, enumerator
/system/tools/aidl/
Daidl_language.h334 enum class Type { ERROR, ARRAY, BOOLEAN, CHARACTER, FLOATING, HEXIDECIMAL, INTEGRAL, STRING }; 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