Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/api/cec/
H A DapiCEC.c135 #define MAPI_CEC_MSG_ERROR(format, args...) ULOGE("CEC", format, ##args) macro
142 #define MAPI_CEC_MSG_ERROR(format, args...) printf(format, ##args) macro
198 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_CEC_PortSelcet()
246 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_DDC2BI_GetInfo()
309 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_CEC_Exit()
335 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_CEC_Init()
360 MAPI_CEC_MSG_ERROR("UtopiaOpen pulCECInst failed\n"); in MApi_CEC_InitChip()
370 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_CEC_InitChip()
397 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_CEC_SetMyLogicalAddress()
419 MAPI_CEC_MSG_ERROR("Obtain CEC engine fail\n"); in MApi_CEC_ChkRxBuf()
[all …]
H A DapiCEC_v2.c116 #define MAPI_CEC_MSG_ERROR(format, args...) ULOGE("CEC", format, ##args)
123 #define MAPI_CEC_MSG_ERROR(format, args...) printf(format, ##args)