Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
Dlib_manifest2.c39 #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()
206LOG_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()
263LOG_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/invensense/mlsdk/platform/include/
Dlog.h209 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
216 ? MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \