Searched defs:ERROR (Results 1 – 14 of 14) sorted by relevance
/system/core/init/ |
D | log.h | 22 #define ERROR(x...) init_klog_write(KLOG_ERROR_LEVEL, x) macro
|
/system/extras/squashfs_utils/ |
D | squashfs_utils.c | 28 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x) macro
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 46 #define ERROR(x) do { printf x; printf("\n"); } while (0) macro 48 #define ERROR(x) macro
|
/system/core/fs_mgr/ |
D | fs_mgr_priv.h | 25 #define ERROR(x...) KLOG_ERROR("fs_mgr", x) macro
|
/system/core/debuggerd/ |
D | utility.h | 62 ERROR, enumerator
|
/system/core/fastboot/ |
D | protocol.c | 43 static char ERROR[128]; variable
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_mutex.c | 96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
|
D | test_pthread_rwlock.c | 95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
|
/system/core/base/include/base/ |
D | logging.h | 34 ERROR, enumerator
|
/system/core/logwrapper/ |
D | logwrap.c | 41 #define ERROR(fmt, args...) \ macro
|
/system/media/camera/src/ |
D | camera_metadata.c | 29 #define ERROR 1 macro
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 36 #define ERROR 1 macro
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 64 #define ERROR(fmt, ...) LOG_ERROR("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
|
/system/core/sdcard/ |
D | sdcard.c | 87 #define ERROR(x...) ALOGE(x) macro
|