Searched refs:linkLevel (Results 1 – 4 of 4) sorted by relevance
| /RevoEX-2.3/build/demos/mpdemo/src/ |
| D | mpsimple.c | 237 s32 linkLevel = MPGetLinkLevel(); in DoMPCommunication() local 238 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in DoMPCommunication()
|
| D | mpsimpleAsync.c | 251 s32 linkLevel = MPGetLinkLevel(); in main() local 252 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in main()
|
| /RevoEX-2.3/build/demos/mpdsdemo/src/ |
| D | mpdssimple.c | 368 s32 linkLevel = MPGetLinkLevel(); in DoMPCommunication() local 369 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in DoMPCommunication()
|
| D | mpdsmodel.c | 532 s32 linkLevel = MPGetLinkLevel(); in Draw() local 533 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in Draw()
|