Searched refs:pparaBuf (Results 1 – 2 of 2) sorted by relevance
364 WMErrCode WM_SetParentParameter(WMCallbackFunc callback, const WMParentParam *pparaBuf) in WM_SetParentParameter() argument383 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 …]
281 WMErrCode WM_SetParentParameter(WMCallbackFunc callback, const WMParentParam *pparaBuf);