Searched refs:notificationProc (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
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
H A DIsochronousDataHandler.h441 IDHNotificationUPP notificationProc,
H A DIsochronousDataHandler.i.c546 DEFINE_API( ComponentResult ) IDHNewNotification(ComponentInstance idh, IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void* userData, IDHNotificationID* notificationID)
563 IDHNotificationUPP notificationProc; member in struct:IDHNewNotificationGluePB
593 myIDHNewNotificationGluePB.notificationProc = notificationProc;
H A DIsochronousDataHandler.i419 ComponentResult IDHNewNotification(ComponentInstance idh, IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void* userData, IDHNotificationID* notificationID) = ComponentCall(10);
H A DIsochComponentsRef498 IDHNotificationProc notificationProc, void *userData,
506 notificationProc - the client function that is called when a particular event has taken place
508 userData - the client specified data returned to the client notificationProc.
H A DDVIsochComponent.c87 IDHNotificationProc notificationProc; member in struct:ClientNotification
308 (*clientNotification->notificationProc)
935 (*clientNotification->notificationProc)
2780 IDHNotificationProc notificationProc, void* userData, IDHNotificationID* notificationID)
2789 FailWithAction( notificationProc == nil, result = paramErr, Exit);
2798 g->clientNotification[i].notificationProc = notificationProc;
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c54 static OSStatus notificationProc(IDHGenericEvent* event, void* userData) function
214 err = IDHNewNotification(theInst, kIDHDeviceIDEveryDevice, notificationProc, theInst, &notificationID);
H A Dreadtest.c68 static OSStatus notificationProc(IDHGenericEvent* event, void* userData) function
466 err = IDHNewNotification(theInst, kIDHDeviceIDEveryDevice, notificationProc, theInst, &notificationID);
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DBroadcast.c1022 presParams.notificationProc = (QTSNotificationUPP)
1119 presParams.notificationProc = (QTSNotificationUPP)
1167 presParams.notificationProc = (QTSNotificationUPP)
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9395 IDHNotificationProc notificationProc;
1384 IDHNotificationProc notificationProc,
1395 FailWithAction( notificationProc == nil, result = paramErr, Exit);
1405 gGlobals->clientNotification[i].notificationProc = notificationProc;
2420 (*clientNotification->notificationProc)
2438 (*clientNotification->notificationProc)
2464 (*clientNotification->notificationProc) (privateData, clientNotification->userData);

Completed in 121 milliseconds