Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL.c118 #define MAPI_MHL_MSG_ERROR(format, args...) ULOGE("MHL", format, ##args) macro
125 #define MAPI_MHL_MSG_ERROR(format, args...) printf(format, ##args) macro
254 MAPI_MHL_MSG_ERROR("UtopiaOpen pulMHLInst failed\n"); in mapi_mhl_MHLSupportPath()
264 MAPI_MHL_MSG_ERROR("Obtain MHL engine fail\n"); in mapi_mhl_MHLSupportPath()
297 MAPI_MHL_MSG_ERROR("UtopiaOpen pulMHLInst failed\n"); in mapi_mhl_init()
307 MAPI_MHL_MSG_ERROR("Obtain MHL engine fail\n"); in mapi_mhl_init()
347 MAPI_MHL_MSG_ERROR("Obtain MHL engine fail\n"); in mapi_mhl_handler()
386 MAPI_MHL_MSG_ERROR("Obtain MHL engine fail\n"); in mapi_mhl_AutoSwitchHandler()
421 MAPI_MHL_MSG_ERROR("Obtain MHL engine fail\n"); in mapi_mhl_SetPowerState()
455 MAPI_MHL_MSG_ERROR("Obtain MHL engine fail\n"); in mapi_mhl_CbusControl()
[all …]
H A DapiMHL_v2.c117 #define MAPI_MHL_MSG_ERROR(format, args...) ULOGE("MHL", format, ##args)
124 #define MAPI_MHL_MSG_ERROR(format, args...) printf(format, ##args)