Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_gameinfo.c146 static void MBi_SendFixedBeacon(u32 ggid, u16 tgid, u8 attribute);
148 static void MBi_SendVolatBeacon(u32 ggid, u16 tgid, u8 attribute);
429 void MB_SendGameInfoBeacon(u32 ggid, u16 tgid, u8 attribute) in MB_SendGameInfoBeacon() argument
446 MBi_SendFixedBeacon(ggid, tgid, attribute); in MB_SendGameInfoBeacon()
452 MBi_SendVolatBeacon(ggid, tgid, attribute); in MB_SendGameInfoBeacon()
521 static void MBi_SendFixedBeacon(u32 ggid, u16 tgid, u8 attribute) in MBi_SendFixedBeacon() argument
563 (u8)(attribute | WM_ATTR_FLAG_MB | WM_ATTR_FLAG_ENTRY)); in MBi_SendFixedBeacon()
578 static void MBi_SendVolatBeacon(u32 ggid, u16 tgid, u8 attribute) in MBi_SendVolatBeacon() argument
657 (u8)(attribute | WM_ATTR_FLAG_MB | WM_ATTR_FLAG_ENTRY)); in MBi_SendVolatBeacon()
731 || !(bssDescp->gameInfo.attribute & WM_ATTR_FLAG_MB)) in MBi_CheckMBParent()
[all …]
Dmb_child.c779 MI_WriteByte(&p_desc->gameInfo.attribute, in MB_ReadMultiBootParentBssDesc()
Dmb_fake_child.c1246 pBssDesc->gameInfo.attribute = (u8)((ks_flag ? WM_ATTR_FLAG_KS : 0) | in MB_FakeReadParentBssDesc()
/TwlSDK-5.5/build/libraries/mb/common/include/
Dmb_gameinfo.h138 void MB_SendGameInfoBeacon(u32 ggid, u16 tgid, u8 attribute);
/TwlSDK-5.5/build/demos/wm/wmDEMOlib/src/
Dwm_lib.c1603 u8 attribute; in WM_lib_SetGameInfo() local
1612attribute = (u8)(((param->parentParam->entryFlag) ? WM_ATTR_FLAG_ENTRY : 0) | // entryFlag l… in WM_lib_SetGameInfo()
1624 param->parentParam->ggid, param->parentParam->tgid, attribute); in WM_lib_SetGameInfo()
/TwlSDK-5.5/include/nitro/wm/common/
Dwm.h726 u8 attribute; member