Searched refs:MAPI_CEC_MSG_WARNING (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/api/cec/ |
| H A D | apiCEC.c | 133 #define MAPI_CEC_MSG_WARNING(format, args...) ULOGW("CEC", format, ##args) macro 140 #define MAPI_CEC_MSG_WARNING(format, args...) printf(format, ##args) macro 194 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_PortSelcet() 242 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_DDC2BI_GetInfo() 305 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_Exit() 331 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_Init() 393 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_SetMyLogicalAddress() 415 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_ChkRxBuf() 449 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_TxSendMsg() 484 …MAPI_CEC_MSG_WARNING("[%s,%5d]No instance existed, please get an instance by calling mapi_cec_init… in MApi_CEC_TxSendMsg2() [all …]
|
| H A D | apiCEC_v2.c | 114 #define MAPI_CEC_MSG_WARNING(format, args...) ULOGW("CEC", format, ##args) 121 #define MAPI_CEC_MSG_WARNING(format, args...) printf(format, ##args)
|