Home
last modified time | relevance | path

Searched refs:type (Results 1 – 20 of 20) sorted by relevance

/RevoEX-3.1/build/demos/nwc24demo/src/FLViewer/
DFLViewer.c308 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()
DFLViewerRender.c68 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()
DFLViewerUpdate.c269 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/
Dmpsimple.c96 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()
DmpsimpleAsync.c98 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/
Dmpfs.h78 void MPFSPortCallback( s32 type, MPPortCallbackInfo* info );
Dmp.h400 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/
DNWC24FriendList.h71 u32 type; // Address type [4Bytes] member
111 NWC24Err NWC24GetFriendInfoStatus( u32* type, u32* status, u32 index );
DNWC24Msg.h285 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 );
DNWC24Dl.h251 NWC24Err NWC24InitDlTask( NWC24DlTask* taskPublic, NWC24DlType type );
289 NWC24Err NWC24GetDlType( const NWC24DlTask* taskPublic, NWC24DlType *type );
/RevoEX-3.1/build/demos/nwc24demo/src/MsgList/
DMsgList.c161 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/
DMsgPrint.c260 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/
Dmpdssystem.c78 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/
DMsgViewer.h85 NWC24MsgType type; member
DFLViewer.h52 u32 type; member
/RevoEX-3.1/docs/
DNWC24MessageBoxEditor.txt99 [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/
Dmpdlntr2rvl.c158 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/
Dmpdssimple.c89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
Dmpdsmodel.c202 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/
DMsgViewerUpdate.c110 err = NWC24GetMsgType( &msgObj, &msgData->type ); in GetMsgData()
177 if ( msgData->type != NWC24_MSGTYPE_PUBLIC ) in GetMsgData()