Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/wm/ARM9/src/
Dwm_standard.c364 WMErrCode WM_SetParentParameter(WMCallbackFunc callback, const WMParentParam *pparaBuf) in WM_SetParentParameter() argument
383 if (pparaBuf == NULL) in WM_SetParentParameter()
388 if ((u32)pparaBuf & 0x01f) in WM_SetParentParameter()
393 if (pparaBuf->userGameInfoLength > 0) in WM_SetParentParameter()
395 if (pparaBuf->userGameInfo == NULL) in WM_SetParentParameter()
400 if ((u32)(pparaBuf->userGameInfo) & 0x01f) in WM_SetParentParameter()
408 if ((pparaBuf->parentMaxSize + in WM_SetParentParameter()
409 (pparaBuf->KS_Flag ? WM_SIZE_KS_PARENT_DATA + WM_SIZE_MP_PARENT_PADDING : 0) > in WM_SetParentParameter()
411 || (pparaBuf->childMaxSize + in WM_SetParentParameter()
412 (pparaBuf->KS_Flag ? WM_SIZE_KS_CHILD_DATA + WM_SIZE_MP_CHILD_PADDING : 0) > in WM_SetParentParameter()
[all …]
/TwlSDK-5.3.1/include/nitro/wm/ARM9/
Dwm_api.h281 WMErrCode WM_SetParentParameter(WMCallbackFunc callback, const WMParentParam *pparaBuf);