Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_wm.c46 static void MBi_WMErrorCallback(u16 apiid, u16 error_code);
245 MBi_WMErrorCallback(cb->apiid, cb->errcode); in ChildStateOutStartMP()
272 MBi_WMErrorCallback(cb->apiid, WM_ERRCODE_FAILED); in ChildStateOutStartMP()
318 MBi_WMErrorCallback(cb->apiid, cb->errcode); in MBi_WMStateOutEndMP()
366 MBi_WMErrorCallback(cb->apiid, cb->errcode); in MBi_WMStateOutDisconnect()
409 MBi_WMErrorCallback(cb->apiid, cb->errcode); in MBi_WMStateOutReset()
576 static inline void MBi_WMErrorCallback(u16 apiid, u16 error_code) in MBi_WMErrorCallback() function