Searched refs:clientNotification (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c144 ClientNotification clientNotification[kMaxNotifications]; // arbirtary # of notifications member in struct:IsochComponentGlobals
288 ClientNotification* clientNotification = &g->clientNotification[i]; local
289 IDHDeviceID clientDeviceID = clientNotification->deviceID;
290 IDHEvent wantedEvents = clientNotification->events;
299 clientNotification->events = 0;
304 (UInt32)clientNotification;
308 (*clientNotification->notificationProc)
310 clientNotification->userData);
907 ClientNotification* clientNotification local
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9407 ClientNotification clientNotification[kMaxNotifications]; // arbirtary # of notifications
630 if( gGlobals->clientNotification[i].ihc == (ComponentInstance) iGlobals)
634 gGlobals->clientNotification[i].deviceID = 0;
635 gGlobals->clientNotification[i].ihc = 0;
730 if( gGlobals->clientNotification[i].deviceID != 0 &&
731 gGlobals->clientNotification[i].ihc != (ComponentInstance) gGlobals->localInstance)
733 gGlobals->clientNotification[i].deviceID = 0;
1037 ClientNotification* clientNotification = (ClientNotification*)notificationID;
1041 FailWithAction( clientNotification == nil, result = paramErr, Exit);
1043 clientNotification
[all...]

Completed in 71 milliseconds