Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c476 u8 fileID = 0xff, i; in MB_RegisterFile() local
508 fileID = i; in MB_RegisterFile()
523 pPwork->fileinfo[fileID].game_reg = (MBGameRegistry *)game_reg; in MB_RegisterFile()
526 mdfi = &pPwork->fileinfo[fileID].dl_fileinfo.header; in MB_RegisterFile()
535 if (FALSE == MBi_MakeBlockInfoTable(&pPwork->fileinfo[fileID].blockinfo_table, mdfi)) in MB_RegisterFile()
543 MBi_MakeGameInfo(&pPwork->fileinfo[fileID].game_info, game_reg, &pPwork->common.user); in MB_RegisterFile()
546 pPwork->fileinfo[fileID].game_info.fileNo = fileID; in MB_RegisterFile()
549 MB_AddGameInfo(&pPwork->fileinfo[fileID].game_info); in MB_RegisterFile()
552 pPwork->fileinfo[fileID].game_info.seqNoFixed = update++; in MB_RegisterFile()
554 pPwork->fileinfo[fileID].gameinfo_child_bmp = MB_GAMEINFO_PARENT_FLAG; in MB_RegisterFile()
[all …]
Dmb_parent.c383 u8 fileID = (u8)pPwork->fileid_of_child[sparg->aid - 1]; in MBi_CommParentCallback() local
384 u16 nowChildFlag = pPwork->fileinfo[fileID].gameinfo_child_bmp; in MBi_CommParentCallback()
387 pPwork->fileinfo[fileID].gameinfo_child_bmp &= ~(MB_GAMEINFO_CHILD_FLAG(child)); in MBi_CommParentCallback()
388 pPwork->fileinfo[fileID].gameinfo_changed_bmp |= MB_GAMEINFO_CHILD_FLAG(child); in MBi_CommParentCallback()
390 pPwork->fileinfo[fileID].pollbmp &= ~(0x0001 << (child)); in MBi_CommParentCallback()
Dmb_wm_base.c1495 u8 fileID = (u8)pPwork->fileid_of_child[aid - 1]; in MB_DisconnectChild() local
1496 u16 nowChildFlag = pPwork->fileinfo[fileID].gameinfo_child_bmp; in MB_DisconnectChild()
1499 pPwork->fileinfo[fileID].gameinfo_child_bmp &= ~(MB_GAMEINFO_CHILD_FLAG(child)); in MB_DisconnectChild()
1500 pPwork->fileinfo[fileID].gameinfo_changed_bmp |= MB_GAMEINFO_CHILD_FLAG(child); in MB_DisconnectChild()
1502 pPwork->fileinfo[fileID].pollbmp &= ~(0x0001 << child); in MB_DisconnectChild()