Searched refs:DVNotificationID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVFamily.h240 typedef struct OpaqueRef *DVNotificationID; typedef in typeref:struct:OpaqueRef
244 DVNotificationID notifID;
305 void *userData, DVNotificationID *pNotifyID );
307 OSErr DVNotifyMeWhen( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events);
308 OSErr DVCancelNotification( DVDeviceRefNum refNum, DVNotificationID notifyID );
309 OSErr DVDisposeNotification( DVDeviceRefNum refNum, DVNotificationID notifyID );
H A DDVFamily.c84 event->notifID = (DVNotificationID)(i+1);
165 void *userData, DVNotificationID *pNotifyID )
174 *pNotifyID = (DVNotificationID)(i+1);
181 OSErr DVNotifyMeWhen( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events)
192 OSErr DVCancelNotification( DVDeviceRefNum refNum, DVNotificationID notifyID )
203 OSErr DVDisposeNotification( DVDeviceRefNum refNum, DVNotificationID notifyID )
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c72 void *userData, DVNotificationID *pNotifyID );
73 OSErr (*fDVNotifyMeWhen)( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events);
74 OSErr (*fDVCancelNotification)( DVDeviceRefNum refNum, DVNotificationID notifyID );
75 OSErr (*fDVDisposeNotification)( DVDeviceRefNum refNum, DVNotificationID notifyID );
262 DVNotificationID notifyID;
H A DDVTest.c74 void *userData, DVNotificationID *pNotifyID );
75 OSErr (*fDVNotifyMeWhen)( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events);
76 OSErr (*fDVCancelNotification)( DVDeviceRefNum refNum, DVNotificationID notifyID );
77 OSErr (*fDVDisposeNotification)( DVDeviceRefNum refNum, DVNotificationID notifyID );
355 DVNotificationID notifyID;

Completed in 180 milliseconds