Searched refs:LOG_ERROR (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | lib_manifest2.c | 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pCon… macro 50 #define LOG_ERROR(pContext...) macro 52 #define LOG_ERROR(...) macro 171 LOG_ERROR(pContext, "NUL character forbidden"); in static_libManifest2GetNextItemInternal() 206 …LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal chara… in static_libManifest2GetNextItemInternal() 239 LOG_ERROR(pContext, "EOF reached within a section name"); in static_libManifest2GetNextItemInternal() 263 … LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent); in static_libManifest2GetNextItemInternal() 273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent); in static_libManifest2GetNextItemInternal() 283 LOG_ERROR(pContext, "Property found outside any section"); in static_libManifest2GetNextItemInternal() 293 LOG_ERROR(pContext, "Invalid first character for a property name: 0x%02X", *pCurrent); in static_libManifest2GetNextItemInternal() [all …]
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | lib_manifest2.c | 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pCon… macro 50 #define LOG_ERROR(pContext...) macro 52 #define LOG_ERROR(...) macro 171 LOG_ERROR(pContext, "NUL character forbidden"); in static_libManifest2GetNextItemInternal() 206 …LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal chara… in static_libManifest2GetNextItemInternal() 239 LOG_ERROR(pContext, "EOF reached within a section name"); in static_libManifest2GetNextItemInternal() 263 … LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent); in static_libManifest2GetNextItemInternal() 273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent); in static_libManifest2GetNextItemInternal() 283 LOG_ERROR(pContext, "Property found outside any section"); in static_libManifest2GetNextItemInternal() 293 LOG_ERROR(pContext, "Invalid first character for a property name: 0x%02X", *pCurrent); in static_libManifest2GetNextItemInternal() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.c | 38 #define LOG_ERROR(label) do {\ macro 59 LOG_ERROR(NULL); in die() 64 LOG_ERROR("Fatal"); in fatal() 69 LOG_ERROR("Warning"); in warn()
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 105 #define MPL_LOG_ERROR LOG_ERROR 262 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 277 ? MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 217 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 224 ? MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
|