Home
last modified time | relevance | path

Searched refs:MBGameInfoRecvList (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_gameinfo.h53 typedef struct MBGameInfoRecvList struct
65 MBGameInfoRecvList, MbGameInfoRecvList; argument
82MBGameInfoRecvList list[MB_GAME_INFO_RECV_LIST_NUM]; // List for receiving game information
107 typedef void (*MBBeaconMsgCallback) (MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index);
165 MBGameInfoRecvList *MB_GetGameInfoRecvList(int index);
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fake_child.c80 static void MBFi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index);
82 static void MBFi_ScanCallback(u16 state, MBGameInfoRecvList * gInfop, int index);
623 static void MBFi_ScanCallback(u16 state, MBGameInfoRecvList * gInfop, int index) in MBFi_ScanCallback()
712 static void MBFi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index) in MBFi_CommBeaconRecvCallback()
858 MBGameInfoRecvList *info; in MB_FakeEntryToParent()
1156 MBGameInfoRecvList *parentInfo; in MB_FakeGetParentGameInfo()
1191 MBGameInfoRecvList *parentInfo; in MB_FakeGetParentBssDesc()
Dmb_gameinfo.c772 MBGameInfoRecvList *info = &mbrsp->list[i]; in MBi_GetStoreElement()
835 MBGameInfoRecvList *info = &mbrsp->list[index]; in MBi_CheckCompleteGameInfoFlagments()
884 MBGameInfoRecvList *info = &mbrsp->list[i]; in MB_CountGameInfoLifetime()
954 MBGameInfoRecvList *info = &mbrsp->list[index]; in MBi_AnalyzeBeacon()
1030 MBGameInfoRecvList *grecvp = &mbrsp->list[index]; in MBi_CheckSeqNoVolat()
1067 MBGameInfoRecvList *grecvp = &mbrsp->list[index]; in MBi_RecvFixedBeacon()
1114 MBGameInfoRecvList *grecvp = &mbrsp->list[index]; in MBi_RecvVolatBeacon()
1225 MI_CpuClear16(&mbrsp->list[index], sizeof(MBGameInfoRecvList)); in MB_DeleteRecvGameInfo()
1242 MBGameInfoRecvList *MB_GetGameInfoRecvList(int index) in MB_GetGameInfoRecvList()
Dmb_child.c32 static void MBi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index);
716 static void MBi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index) in MBi_CommBeaconRecvCallback()