Home
last modified time | relevance | path

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

/system/core/init/
Dlog.h22 #define ERROR(x...) init_klog_write(KLOG_ERROR_LEVEL, x) macro
/system/extras/squashfs_utils/
Dsquashfs_utils.c28 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x) macro
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h46 #define ERROR(x) do { printf x; printf("\n"); } while (0) macro
48 #define ERROR(x) macro
/system/core/fs_mgr/
Dfs_mgr_priv.h25 #define ERROR(x...) KLOG_ERROR("fs_mgr", x) macro
/system/core/debuggerd/
Dutility.h62 ERROR, enumerator
/system/core/fastboot/
Dprotocol.c43 static char ERROR[128]; variable
/system/extras/tests/bionic/libc/common/
Dtest_pthread_mutex.c96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
Dtest_pthread_rwlock.c95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
/system/core/base/include/base/
Dlogging.h34 ERROR, enumerator
/system/core/logwrapper/
Dlogwrap.c41 #define ERROR(fmt, args...) \ macro
/system/media/camera/src/
Dcamera_metadata.c29 #define ERROR 1 macro
/system/media/camera/tests/
Dcamera_metadata_tests.cpp36 #define ERROR 1 macro
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c64 #define ERROR(fmt, ...) LOG_ERROR("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
/system/core/sdcard/
Dsdcard.c87 #define ERROR(x...) ALOGE(x) macro