Home
last modified time | relevance | path

Searched refs:MB_CALLBACK_END_COMPLETE (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_wm_base.h61 #define MB_CALLBACK_END_COMPLETE 17 macro
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_child.c327 case MB_CALLBACK_END_COMPLETE: in MBi_CommChildCallback()
446 if (type == MB_CALLBACK_END_COMPLETE) in MBi_CommChildCallback()
Dmb_parent.c326 case MB_CALLBACK_END_COMPLETE: in MBi_CommParentCallback()
517 if (type == MB_CALLBACK_END_COMPLETE) in MBi_CommParentCallback()
Dmb_wm_base.c277 p_mbi_param->callback(MB_CALLBACK_END_COMPLETE, arg); in MBi_EndCommon()