Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/api/cec/
H A DapiCEC_v2.c115 #define MAPI_CEC_MSG_DEBUG(format, args...) ULOGD("CEC", format, ##args)
122 #define MAPI_CEC_MSG_DEBUG(format, args...) printf(format, ##args)
H A DapiCEC.c134 #define MAPI_CEC_MSG_DEBUG(format, args...) ULOGD("CEC", format, ##args) macro
141 #define MAPI_CEC_MSG_DEBUG(format, args...) printf(format, ##args) macro