Searched refs:wantedEvents (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c63 UInt32 wantedEvents; member in struct:DVNotificationEntryStruct
82 if(note->notifyProc != NULL && (note->wantedEvents & event->theEvent) &&
170 sNotifications[i].wantedEvents = 0;
185 sNotifications[id].wantedEvents = events;
196 sNotifications[id].wantedEvents = 0;
207 sNotifications[id].wantedEvents = 0;
H A DDVIsochComponent.c290 IDHEvent wantedEvents = clientNotification->events; local
291 if (kIDHEventFrameDropped & wantedEvents)
909 IDHEvent wantedEvents = clientNotification->events; local
910 if (event & wantedEvents)
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h162 UInt32 wantedEvents; member in struct:DVNotificationEntryStruct
H A DDVFamilyLib.c450 pEntry->wantedEvents = nil;
488 pEntry->wantedEvents = events;
516 pEntry->wantedEvents = 0L;
1042 if ( (pEvent->eventHeader.theEvent & pEntry->wantedEvents) != nil )
1050 pEntry->wantedEvents = nil;
H A DDVIsochComponent.MacOS92403 IDHEvent wantedEvents = clientNotification->events;
2405 if (event & wantedEvents)

Completed in 188 milliseconds