Searched refs:userData (Results 1 - 25 of 289) sorted by path

1234567891011>>

/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp.cpp156 TTPBuf *userData) // read buffer
159 Listen(userData); // just call CIrLSAP to start the listen
164 // ************ client can release userData upon return
173 TTPBuf *userData) // size of buffer is how much to send
177 sap, qos, maxSduSize, userData);
186 TTPBuf *userData) // size of buffer is how much to send
215 n, maxSduSize, userData);
227 // ************ client can release userData upon return
234 TTPBuf *userData) // called UserData
260 (maxSduSize == 0) ? 0 : 1, n, maxSduSize, userData);
155 DoListenRequest( TTPBuf *userData) argument
181 DoConnectRequest( UInt32 remoteAddr, TTPSAP sap, TIrQOS *qos, int maxSduSize, TTPBuf *userData) argument
231 DoConnectResponse( TTPSAP sap, int maxSduSize, TTPBuf *userData) argument
276 DoDisconnectRequest( TTPBuf *userData) argument
299 DoDataRequest( TTPBuf *userData) argument
401 DoUdataRequest( TTPBuf *userData) argument
[all...]
H A Dttp.h289 TTPBuf *userData);
292 TTPBuf *userData);
H A Dttp2.cpp50 TTPBuf *userData) // calling UserData
58 TTPConnectIndication(result, sap, ourQOS, peerQOS, this->TxMaxSduSize, userData); // virtual callback
62 ttp_pdu_connect_parse(userData, &p, &n, &plist[0]); // strips out ttp pdu params
74 TTPConnectIndication(result, sap, ourQOS, peerQOS, this->TxMaxSduSize, userData); // virtual callback
75 //BufFree(userData); // we'll free up the userData now ...
84 TTPBuf *userData) // calling UserData
92 ttp_pdu_connect_parse(userData, &p, &n, &plist[0]); // strips out ttp pdu params
119 TTPConnectConfirm(sap, ourQOS, peerQOS, this->TxMaxSduSize, userData); // virtual callback to ttp client
120 BufFree(userData); // fre
45 TTPHandleConnectIndication( IrDAErr result, TTPSAP sap, TIrQOS *ourQOS, TIrQOS *peerQOS, TTPBuf *userData) argument
80 TTPHandleConnectConfirm( TTPSAP sap, TIrQOS *ourQOS, TIrQOS *peerQOS, TTPBuf *userData) argument
126 TTPHandleDisconnectIndication( int reason, TTPBuf *userData) argument
139 TTPHandleDataIndication( TTPBuf *userData) argument
188 TTPHandleUDataIndication( TTPBuf *userData) argument
[all...]
H A Dttppdu.cpp221 ttp_pdu_data_parse(TTPBuf *userData, Boolean *m, int *credit) argument
224 check(userData);
228 byte = BufGet(userData); // grab the first byte please
229 BufHideStart(userData, 1); // hide the first byte from the consumer
233 XTRACE(kPduDataParse, byte, BufSize(userData));
H A Dttppdu.h45 void ttp_pdu_data_parse(TTPBuf *userData, Boolean *m, int *credit);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVFamily.c165 void *userData, DVNotificationID *pNotifyID )
172 sNotifications[i].userRefCon = userData;
164 DVNewNotification( DVDeviceRefNum refNum, DVNotifyProc notifyProc, void *userData, DVNotificationID *pNotifyID ) argument
H A DDVFamily.h273 typedef OSStatus (*DVNotifyProc)(DVEventRecordPtr event, void *userData );
305 void *userData, DVNotificationID *pNotifyID );
H A DDVIsochComponent.c89 void *userData; member in struct:ClientNotification
310 clientNotification->userData);
937 clientNotification->userData);
2780 IDHNotificationProc notificationProc, void* userData, IDHNotificationID* notificationID)
2800 g->clientNotification[i].userData = userData;
H A DIsochComponentsRef48 typedef OSStatus (*IDHNotificationProc)(IDHGenericEvent *event, void *userData);
56 userData - If this is an IDHRead() or IDHWrite() notification function, the userData returned will
498 IDHNotificationProc notificationProc, void *userData,
508 userData - the client specified data returned to the client notificationProc.
801 OSStatus DVIsochComponentReadCallback( IDHGenericEvent *eventRecord, void *userData)
804 ComponentInstancePtr iGlobals = userData;
841 OSStatus DVIsochComponentReadCallback( IDHGenericEvent *eventRecord, void *userData)
844 ComponentInstancePtr iGlobals = userData;
887 OSStatus DVIsochComponentWriteCallback( IDHGenericEvent *eventRecord, void *userData)
[all...]
H A DIsochronousDataHandler.h278 typedef CALLBACK_API_C( OSStatus , IDHNotificationProcPtr )(IDHGenericEvent *event, void *userData);
442 void * userData,
621 void * userData,
H A DIsochronousDataHandler.i362 OSStatus (*IDHNotificationProcPtr)(IDHGenericEvent* event, void* userData);
419 ComponentResult IDHNewNotification(ComponentInstance idh, IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void* userData, IDHNotificationID* notificationID) = ComponentCall(10);
H A DIsochronousDataHandler.i.c546 DEFINE_API( ComponentResult ) IDHNewNotification(ComponentInstance idh, IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void* userData, IDHNotificationID* notificationID)
562 void* userData; member in struct:IDHNewNotificationGluePB
592 myIDHNewNotificationGluePB.userData = userData;
H A DIsochronousDataHandler.k.h88 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(NewNotification) (IDH_GLOBALS() ADD_IDH_COMMA IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void * userData, IDHNotificationID * notificationID); variable
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamily.h277 void *userData );
306 void *userData, DVCNotificationID *pNotifyID );
H A DDVFamilyLib.c424 void *userData, DVCNotificationID *pNotifyID )
452 pEntry->userRefCon = userData;
423 DVCNewNotification( DVCDeviceConnectionID connID, DVCNotifyProc notifyProc, void *userData, DVCNotificationID *pNotifyID ) argument
H A DDVIsochComponent.MacOS9397 void *userData;
483 OSStatus deviceControlCallback( IDHGenericEvent *event, void *userData);
489 OSStatus localCompletionRoutine(IDHGenericEvent *event, void *userData);
494 OSStatus readNotifyProc( IDHGenericEvent *event, void *userData);
500 OSStatus writeNotifyProc( IDHGenericEvent *event, void *userData);
1385 void *userData,
1407 gGlobals->clientNotification[i].userData = userData;
2122 OSStatus deviceControlCallback( IDHGenericEvent *event, void *userData)
2125 DeviceDescription *deviceDescriptionPtr = (DeviceDescriptionPtr) userData;
[all...]
/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c72 void *userData, DVNotificationID *pNotifyID );
246 static OSStatus myNotifyProc(DVEventRecordPtr event, void *userData )
249 event->eventHeader.deviceID, event->eventHeader.theEvent, userData);
H A DDVTest.c74 void *userData, DVNotificationID *pNotifyID );
340 static OSStatus myNotifyProc(DVEventRecordPtr event, void *userData )
343 event->eventHeader.deviceID, event->eventHeader.theEvent, userData);
H A Ddevicetest.c54 static OSStatus notificationProc(IDHGenericEvent* event, void* userData) argument
56 ComponentInstance theInst = userData;
59 userData);
H A Dreadtest.c68 static OSStatus notificationProc(IDHGenericEvent* event, void* userData) argument
70 ComponentInstance theInst = userData;
73 userData);
145 static OSStatus DVIsochComponentReadCallback( IDHGenericEvent *eventRecord, void *userData) argument
153 ComponentInstance theInst = userData;
203 printf("read complete for block 0x%x, refcon 0x%x\n", pb, userData);
H A Dtestcomp.c61 static OSStatus DVIsochComponentReadCallback( IDHGenericEvent *eventRecord, void *userData) argument
67 ComponentInstance theInst = userData;
84 printf("read complete for block 0x%x, refcon 0x%x\n", pb, userData);
91 static OSStatus DVIsochComponentWriteCallback( IDHGenericEvent *eventRecord, void *userData) argument
97 ComponentInstance theInst = userData;
119 printf("write complete for block 0x%x, refcon 0x%x\n", pb, userData);
H A Dwritetest.c75 static OSStatus DVIsochComponentWriteCallback( IDHGenericEvent *eventRecord, void *userData) argument
81 ComponentInstance theInst = userData;
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOLLEvent.h426 SInt32 userData; /* uninterpreted integer from settrackingrect */ member in struct:__anon2151::__anon2157
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DMacOSX_OALExtensions.h112 userData - user data provided to alSourceAddNotification()
115 typedef ALvoid (*alSourceNotificationProc)(ALuint sid, ALuint notificationID, ALvoid* userData);
123 userData - ptr to applications user data, will be returned in the notification proc
132 typedef ALenum (*alSourceAddNotificationProcPtr) (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
140 userData - ptr to applications user data, will be returned in the notification proc
142 typedef ALvoid (*alSourceRemoveNotificationProcPtr) (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalImp.cpp4783 AL_API ALenum AL_APIENTRY alSourceAddNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) argument
4799 result = oalSource->AddNotification(notificationID, notifyProc, userData);
4805 DebugMessageN3("ERROR: alSourceAddNotification FAILED: source: %ld : proc: %p : userData: %p", (long int) sid, notifyProc, userData);
4822 AL_API ALvoid AL_APIENTRY alSourceRemoveNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) argument
4836 oalSource->RemoveNotification(notificationID, notifyProc, userData);

Completed in 462 milliseconds

1234567891011>>