Home
last modified time | relevance | path

Searched refs:WH_PLAYER_MAX (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/demos/wm/wireless-all/include/
Dwh_config.h30 #define WH_PLAYER_MAX 4 macro
33 #define WH_CHILD_MAX (WH_PLAYER_MAX - 1)
/TwlSDK-5.4/build/demos/wm/wireless-all/src/
Dcommon.c45 static GShareData current_input[WH_PLAYER_MAX] ATTRIBUTE_ALIGN(32);
46 static BOOL valid_input[WH_PLAYER_MAX];
121 for (i = 0; i < WH_PLAYER_MAX; ++i) in UpdateInput()
Dtest.c248 for (i = 0; i < WH_PLAYER_MAX; ++i) in DrawFrame()
286 for (i = 0; i < WH_PLAYER_MAX; ++i) in DrawFrame()
Dwh_download.c180 for (i = 1; i < WH_PLAYER_MAX; i++) in ConnectMain()
/TwlSDK-5.4/build/demos/wireless_shared/wh/
Dwh.c391 #undef WH_PLAYER_MAX
392 #define WH_PLAYER_MAX (infoForWC->parentParam.maxEntry + 1) macro