Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/mb/common/include/
Dmb_wm_base.h95 typedef struct ParentInfo struct
106 ParentInfo; argument
198 ParentInfo parent_info[MB_NUM_PARENT_INFORMATIONS];
/TwlSDK-5.5/build/demos/mb/fake_child/src/
Dmain.c60 ParentInfo; typedef
80 static ParentInfo parentInfo[MB_GAME_INFO_RECV_LIST_NUM];
81 static ParentInfo parentInfoBuf[MB_GAME_INFO_RECV_LIST_NUM];
/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_wm_base.c691 ParentInfo *p = &p_param->parent_info[0]; in MBi_ChildCallback()