| /RevoEX-3.1/build/demos/nwc24demo/src/FLViewer/ |
| D | FLViewer.c | 308 g_editFriendInfo.type = info->attr.type; in InitEditFriendInfo() 313 if ( info->attr.type == NWC24_FI_TYPE_WII ) in InitEditFriendInfo() 317 else if ( info->attr.type == NWC24_FI_TYPE_PUBLIC ) in InitEditFriendInfo() 325 g_editFriendInfo.type = NWC24_FI_TYPE_WII; in InitEditFriendInfo() 346 g_tempInfo->attr.type = g_editFriendInfo.type; in RegisterFriendInfo() 351 if ( g_editFriendInfo.type == NWC24_FI_TYPE_WII ) in RegisterFriendInfo() 355 else if ( g_editFriendInfo.type == NWC24_FI_TYPE_PUBLIC ) in RegisterFriendInfo()
|
| D | FLViewerRender.c | 68 static void PrintTypeCore ( s16 x, s16 y, u32 type, BOOL bEditMode ); 343 PrintTypeCore( printX, printY, g_editFriendInfo.type, g_state == STATE_EDIT_TYPE ); in RenderFriendInfo() 355 if ( g_editFriendInfo.type == NWC24_FI_TYPE_WII ) in RenderFriendInfo() 359 else if ( g_editFriendInfo.type == NWC24_FI_TYPE_PUBLIC ) in RenderFriendInfo() 379 PrintTypeCore( x, y, info->attr.type, FALSE ); in PrintType() 384 static void PrintTypeCore( s16 x, s16 y, u32 type, BOOL bEditMode ) in PrintTypeCore() argument 393 if ( type == NWC24_FI_TYPE_WII ) in PrintTypeCore() 397 else if ( type == NWC24_FI_TYPE_PUBLIC ) in PrintTypeCore() 563 if ( info->attr.type == NWC24_FI_TYPE_WII ) in PrintAddress() 570 else if ( info->attr.type == NWC24_FI_TYPE_PUBLIC ) in PrintAddress()
|
| D | FLViewerUpdate.c | 269 if ( g_editFriendInfo.type == NWC24_FI_TYPE_WII ) in UpdateSelectEditItem() 273 else if ( g_editFriendInfo.type == NWC24_FI_TYPE_PUBLIC ) in UpdateSelectEditItem() 295 if ( g_editFriendInfo.type == NWC24_FI_TYPE_WII ) in UpdateSelectEditItem() 329 g_editFriendInfo.type = (u32)((g_editFriendInfo.type == NWC24_FI_TYPE_WII) in UpdateEditType()
|
| /RevoEX-3.1/build/demos/mpdemo/src/ |
| D | mpsimple.c | 96 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 273 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument 283 switch( type ) in PortCallbackFunction() 320 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
|
| D | mpsimpleAsync.c | 98 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 307 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument 317 switch( type ) in PortCallbackFunction() 354 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
|
| /RevoEX-3.1/include/revolution/ |
| D | mpfs.h | 78 void MPFSPortCallback( s32 type, MPPortCallbackInfo* info );
|
| D | mp.h | 400 s32 type; member 413 s32 type; member 427 s32 type; member 458 typedef void (*MPIndicationCallback)( s32 type, MPIndicationInfo *info ); 459 typedef void (*MPPortCallback)( s32 type, MPPortCallbackInfo *info ); 751 static inline s32 MPGetCallbackGroup( s32 type ) in MPGetCallbackGroup() argument 753 return (s32)(type & MP_CB_GROUP_MASK); in MPGetCallbackGroup()
|
| /RevoEX-3.1/include/revolution/nwc24/ |
| D | NWC24FriendList.h | 71 u32 type; // Address type [4Bytes] member 111 NWC24Err NWC24GetFriendInfoStatus( u32* type, u32* status, u32 index );
|
| D | NWC24Msg.h | 285 NWC24Err NWC24InitMsgObj ( NWC24MsgObj* obj, NWC24MsgType type ); 310 …rr NWC24SetMsgAttached ( NWC24MsgObj* obj, const char* data, u32 size, NWC24MIMEType type ); 321 NWC24Err NWC24GetMsgType ( const NWC24MsgObj* obj, NWC24MsgType* type ); 329 NWC24Err NWC24GetMsgAttachedType( const NWC24MsgObj* obj, u32 index, NWC24MIMEType* type );
|
| D | NWC24Dl.h | 251 NWC24Err NWC24InitDlTask( NWC24DlTask* taskPublic, NWC24DlType type ); 289 NWC24Err NWC24GetDlType( const NWC24DlTask* taskPublic, NWC24DlType *type );
|
| /RevoEX-3.1/build/demos/nwc24demo/src/MsgList/ |
| D | MsgList.c | 161 NWC24MsgType type; in ListMessageBox() local 172 (void)NWC24GetMsgType(&msgObj, &type); in ListMessageBox() 174 switch (type) in ListMessageBox()
|
| /RevoEX-3.1/build/demos/nwc24demo/src/MsgPrint/ |
| D | MsgPrint.c | 260 NWC24MsgType type; in ViewFrom() local 262 err = NWC24GetMsgType(msgObj, &type); in ViewFrom() 269 switch (type) in ViewFrom() 314 NWC24MsgType type; in ViewTo() local 318 err = NWC24GetMsgType(msgObj, &type); in ViewTo() 332 switch (type) in ViewTo()
|
| /RevoEX-3.1/build/libraries/mpds/src/ |
| D | mpdssystem.c | 78 static void PortCallback( s32 type, MPPortCallbackInfo* info ); 97 static void ReceiveCallback_Parent(s32 type, MPPortCallbackInfo *info); 225 info->type = MPDS_PORT_CB_TYPE_DATASET_RECEIVED; in SignalDataSet() 229 cb(info->type, info); in SignalDataSet() 675 static void ReceiveCallback_Parent(s32 type, MPPortCallbackInfo *info) in ReceiveCallback_Parent() argument 677 #pragma unused(type) in ReceiveCallback_Parent() 688 switch (info->type) in ReceiveCallback_Parent() 704 cb(type, info); in ReceiveCallback_Parent() 738 cb(type, info); in ReceiveCallback_Parent() 750 cb(type, info); in ReceiveCallback_Parent() [all …]
|
| /RevoEX-3.1/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 85 NWC24MsgType type; member
|
| D | FLViewer.h | 52 u32 type; member
|
| /RevoEX-3.1/docs/ |
| D | NWC24MessageBoxEditor.txt | 99 [Type] Specifies the message type. 102 When the message type is Wii, Wii app only, or Wii menu only, this must be specified using 16 or fe… 105 | When the message type is Wii, Wii app only, or Wii menu only, this must be specified us…
|
| /RevoEX-3.1/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 158 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 722 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in DataSharingPortCallbackFunction() argument 724 switch( type ) in DataSharingPortCallbackFunction() 756 OSReport( "PortCallback: Unknown Type: %d\n", type ); in DataSharingPortCallbackFunction()
|
| /RevoEX-3.1/build/demos/mpdsdemo/src/ |
| D | mpdssimple.c | 89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
|
| D | mpdsmodel.c | 202 static void DataSharingCallback( s32 type, MPPortCallbackInfo* info ); 1070 void DataSharingCallback( s32 type, MPPortCallbackInfo* info ) in DataSharingCallback() argument 1086 switch ( type ) in DataSharingCallback()
|
| /RevoEX-3.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewerUpdate.c | 110 err = NWC24GetMsgType( &msgObj, &msgData->type ); in GetMsgData() 177 if ( msgData->type != NWC24_MSGTYPE_PUBLIC ) in GetMsgData()
|