Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_parent.c164 if ((pPwork->fileinfo[i].active) && ((u32)pPwork->fileinfo[i].game_reg == (u32)game_reg)) in MB_GetGameEntryBitmap()
432 if (pPwork->fileinfo[i].active && pPwork->fileinfo[i].gameinfo_changed_bmp) in MBi_CommParentCallback()
596 || pPwork->fileinfo[fileid].active == 0 in MBi_CommParentRecvDataPerChild()
760 if (pPwork->fileinfo[i].active) in MBi_CommParentRecvData()
848 if (pPwork->fileinfo[fid].active && file_req_num[fid] > 0) in MBi_CommParentSendDLFileInfo()
855 if (pPwork->fileinfo[i].active) in MBi_CommParentSendDLFileInfo()
994 if (pPwork->fileinfo[pPwork->cur_fileid].active in MBi_CommParentSendBlock()
1198 if (pPwork->fileinfo[file_id].active && pPwork->fileinfo[file_id].pollbmp) in MBi_calc_sendblock()
Dmb_fileinfo.c506 if (pPwork->fileinfo[i].active == 0) in MB_RegisterFile()
575 pPwork->fileinfo[fileID].active = 1; in MB_RegisterFile()
641 pPwork->fileinfo[fileID].active = 0; in MB_UnregisterFile()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_private.h141 u8 active; member