Home
last modified time | relevance | path

Searched defs:ERROR (Results 1 – 23 of 23) 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/tools/hidl/lint/
DLint.h29 enum LintLevel { WARNING = 0, ERROR = 1 }; enumerator
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_status.h32 ERROR = INT32_MIN, enumerator
/system/update_engine/
Ddynamic_partition_control_android.h221 ERROR, enumerator
/system/core/trusty/confirmationui/
DTrustyApp.h59 ERROR = -1, enumerator
/system/core/adb/client/
Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enumerator
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dreturn.h32 ERROR = static_cast<int32_t>(FiemapStatus::ErrorCode::ERROR), enumerator
Dsnapshot.h83 ERROR, enumerator
/system/bt/gd/packet/parser/
Dlogging.h91 #define ERROR(...) LogMessage(false, {__VA_ARGS__}).stream() macro
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h47 #define ERROR(x) \ macro
53 #define ERROR(x) macro
/system/core/gatekeeperd/include/gatekeeper/
DGateKeeperResponse.h28 ERROR = -1, enumerator
/system/core/fs_mgr/
Dfs_mgr_roots.cpp55 ERROR = -1, enumerator
/system/bt/profile/sdp/
Dsdp_common.h24 ERROR = 0x01, enumerator
/system/bt/include/hardware/avrcp/
Davrcp.h41 ERROR = 0xFF, enumerator
/system/tools/hidl/
DCoordinator.h159 ERROR, enumerator
/system/netd/libnetdutils/include/netdutils/
DLog.h199 ERROR, enumerator
/system/libbase/include/android-base/
Dlogging.h88 ERROR, enumerator
/system/core/logwrapper/
Dlogwrap.cpp44 #define ERROR(fmt, args...) \ macro
/system/tools/aidl/
Daidl_language.h428 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.cc64 #define ERROR(fmt, ...) LOG_ERROR("%s: " fmt, __func__, ##__VA_ARGS__) macro
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc77 #define ERROR(fmt, ...) LOG_ERROR("%s: " fmt, __func__, ##__VA_ARGS__) macro