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

/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9319 typedef struct IsochComponentGlobals IsochComponentGlobals,
345 IsochComponentGlobals *componentGlobals; // isoch component globals
403 struct IsochComponentGlobals {
491 OSErr postEvent(IsochComponentGlobals* gGlobals, IDHDeviceID deviceID,
546 OSErr dclInitOutput(DeviceDescriptionPtr pDeviceDescription, IsochComponentGlobals* isochComponentGlobals);
575 OSErr dclInitInput(DeviceDescriptionPtr pDeviceDescription, IsochComponentGlobals* isochComponentGlobals);
946 IsochComponentGlobals *gGlobals;
954 ReserveMem(sizeof(IsochComponentGlobals));
955 refConHdl = (IsochComponentGlobalsHandle) NewHandleSysClear(sizeof(IsochComponentGlobals)); // Tr
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c27 typedef struct IsochComponentGlobals IsochComponentGlobals, *IsochComponentGlobalsPtr; typedef in typeref:struct:IsochComponentGlobals
139 struct IsochComponentGlobals struct
190 static IsochComponentGlobals globals;

Completed in 97 milliseconds