Home
last modified time | relevance | path

Searched refs:MB_CALLBACK_ERROR (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_wm_base.c295 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
306 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
331 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
344 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
359 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
418 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
449 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
493 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
510 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
524 p_mbi_param->callback(MB_CALLBACK_ERROR, arg); in MBi_ParentCallback()
[all …]
Dmb_common.c209 else if (type == MB_CALLBACK_ERROR) in MBi_comm_wmevent_output()
Dmb_wm.c588 wmWork->mpCallback(MB_CALLBACK_ERROR, &arg); in MBi_WMErrorCallback()
Dmb_child.c405 case MB_CALLBACK_ERROR: in MBi_CommChildCallback()
Dmb_fake_child.c969 case MB_CALLBACK_ERROR: in MBFi_WMCallback()
Dmb_parent.c480 case MB_CALLBACK_ERROR: in MBi_CommParentCallback()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_wm_base.h89 #define MB_CALLBACK_ERROR 256 macro