Home
last modified time | relevance | path

Searched refs:info (Results 1 – 7 of 7) sorted by relevance

/RevoEX-2.4-CW4W/build/demos/mpdldemo/src/
Dmpdlsimple.c256 MPDLPlayerInfo info[1]; in main() local
257 (void)MPDLGetPlayerInfo(i, info); in main()
259 … i, info->mac[0], info->mac[1], info->mac[2], info->mac[3], info->mac[4], info->mac[5]); in main()
270 MPDLPlayerInfo info[1]; in main() local
271 (void)MPDLGetPlayerInfo(i, info); in main()
273 … ++total, i, info->mac[0], info->mac[1], info->mac[2], info->mac[3], info->mac[4], info->mac[5]); in main()
284 MPDLPlayerInfo info[1]; in main() local
285 (void)MPDLGetPlayerInfo(i, info); in main()
287 … i, info->mac[0], info->mac[1], info->mac[2], info->mac[3], info->mac[4], info->mac[5]); in main()
316 MPDLPlayerInfo info[1]; in main() local
[all …]
Dmpdlntr2rvl.c161 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info );
421 MPDLPlayerInfo info[1]; in DoDownload() local
422 BOOL valid_player = MPDLGetPlayerInfo(i, info); in DoDownload()
423 REXDEMOSetTextColor(valid_player ? ds_ipl_color_table[info->color] : gray); in DoDownload()
450 REXDEMOPrintf(ox + 40, sy, 0, " %3d%% ", info->progress); in DoDownload()
469 … srclen = (s32)(NETMinU32(info->name_length, MPDL_PLAYER_NAME_MAX)*sizeof(u16)); in DoDownload()
470 NETSwapAndCopyMemory16(nameUTF16, info->name, (u32)srclen); in DoDownload()
477 info->mac[0], info->mac[1], info->mac[2], in DoDownload()
478 info->mac[3], info->mac[4], info->mac[5], name); in DoDownload()
725 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in DataSharingPortCallbackFunction() argument
[all …]
/RevoEX-2.4-CW4W/build/demos/mpfsdemo/src/
Ddownload.c204 MPDLPlayerInfo info[1]; in ExecuteDownload() local
205 BOOL valid_player = MPDLGetPlayerInfo(i, info); in ExecuteDownload()
206 … REXDEMOSetTextColor(valid_player ? ds_ipl_color_table[info->color] : REXDEMO_COLOR_GRAY); in ExecuteDownload()
233 REXDEMOPrintf(ox + 40, sy, 0, " %3d%% ", info->progress); in ExecuteDownload()
247 for (n = 0; n < info->name_length; ++n) in ExecuteDownload()
249 u16 c = info->name[n]; in ExecuteDownload()
255 info->mac[0], info->mac[1], info->mac[2], in ExecuteDownload()
256 info->mac[3], info->mac[4], info->mac[5], name); in ExecuteDownload()
/RevoEX-2.4-CW4W/build/demos/mpdemo/src/
DmpsimpleAsync.c98 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
99 static void SendAsyncCallbackFunction( s32 result, struct MPCallbackInfo *info );
289 void SendAsyncCallbackFunction( s32 result, struct MPCallbackInfo *info ) in SendAsyncCallbackFunction() argument
292 #pragma unused(info) in SendAsyncCallbackFunction()
307 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument
329 sRecvFlag[info->dataReceived.fromAid] = TRUE; in PortCallbackFunction()
331 info->connected.fromAid, in PortCallbackFunction()
332 MP_MACADDRESS_PRINT_LIST(info->connected.macAddress) ); in PortCallbackFunction()
337 sRecvFlag[info->dataReceived.fromAid] = FALSE; in PortCallbackFunction()
339 info->disconnected.fromAid, in PortCallbackFunction()
[all …]
Dmpsimple.c96 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
273 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument
295 sRecvFlag[info->dataReceived.fromAid] = TRUE; in PortCallbackFunction()
297 info->connected.fromAid, in PortCallbackFunction()
298 MP_MACADDRESS_PRINT_LIST(info->connected.macAddress) ); in PortCallbackFunction()
303 sRecvFlag[info->dataReceived.fromAid] = FALSE; in PortCallbackFunction()
305 info->disconnected.fromAid, in PortCallbackFunction()
306 MP_MACADDRESS_PRINT_LIST(info->disconnected.macAddress) ); in PortCallbackFunction()
313 sRecvBuf[info->dataReceived.fromAid] = MPMPToH32(*(u32*)info->dataReceived.data); in PortCallbackFunction()
/RevoEX-2.4-CW4W/build/demos/mpdsdemo/src/
Dmpdsmodel.c208 static void DataSharingCallback( s32 type, MPPortCallbackInfo* info );
209 static void IndicationCallback( s32 type, MPIndicationInfo* info );
1085 void DataSharingCallback( s32 type, MPPortCallbackInfo* info ) in DataSharingCallback() argument
1105 aid = info->connected.fromAid; in DataSharingCallback()
1108 (void)NETMemCpy(sConnectedMacAddress[aid], info->connected.macAddress, MP_SIZE_MACADDRESS); in DataSharingCallback()
1111 …NETSwapAndCopyMemory16(sConnectedNickName[aid], info->connected.ssidUserData, info->connected.ssid… in DataSharingCallback()
1119 aid = info->disconnected.fromAid; in DataSharingCallback()
1138 void IndicationCallback( s32 type, MPIndicationInfo* info ) in IndicationCallback() argument
1157 OSReport("Fatal Error occurred: error=%d\n", info->value); in IndicationCallback()
Dmpdssimple.c89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );