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

/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A Dtestcomp.c67 ComponentInstance theInst = userData; local
72 result = IDHReleaseBuffer( theInst, pb);
79 result = IDHRead( theInst, pb);
97 ComponentInstance theInst = userData; local
114 result = IDHWrite( theInst, pb);
125 static void doControlTest(ComponentInstance theInst, QTAtomSpec *currentIsochConfig) argument
135 result = IDHGetDeviceControl(theInst, &controlInst);
140 result = IDHGetDeviceStatus( theInst, currentIsochConfig, &devStatus);
192 static OSErr doReadTest(ComponentInstance theInst) argument
199 err = IDHOpenDevice( theInst, kIDHOpenForReadTransaction
277 doWriteTest(ComponentInstance theInst) argument
361 ComponentInstance theInst; local
[all...]
H A Dreadtest.c70 ComponentInstance theInst = userData; local
81 IDHNotifyMeWhen(theInst, event->eventHeader.notificationID, kIDHEventEveryEvent);
153 ComponentInstance theInst = userData; local
155 IDHGetDeviceTime(theInst, &time1);
191 result = IDHReleaseBuffer( theInst, pb);
198 result = IDHRead( theInst, pb);
209 static void doControlTest(ComponentInstance theInst, QTAtomSpec *currentIsochConfig, UInt8 op1, UInt8 op2) argument
219 result = IDHGetDeviceControl(theInst, &controlInst);
225 result = IDHGetDeviceStatus( theInst, currentIsochConfig, &devStatus);
279 static OSStatus doTimeTest(ComponentInstance theInst) argument
318 startReadTest(ComponentInstance theInst, char *fileName, IDHParameterBlock *isochParamBlock) argument
400 stopReadTest(ComponentInstance theInst) argument
439 ComponentInstance theInst, theInst2; local
[all...]
H A Ddevicetest.c56 ComponentInstance theInst = userData; local
62 IDHNotifyMeWhen(theInst, event->eventHeader.notificationID, kIDHEventEveryEvent);
67 static void doControlTest(ComponentInstance theInst, QTAtomSpec *currentIsochConfig, UInt8 op1, UInt8 op2) argument
78 result = IDHGetDeviceControl(theInst, &controlInst);
83 result = IDHGetDeviceStatus( theInst, currentIsochConfig, &devStatus);
195 ComponentInstance theInst; local
205 theInst = OpenDefaultComponent('ihlr', 'dv ');
206 printf("Instance is 0x%x\n", theInst);
207 if(theInst == NULL)
210 version = CallComponentVersion(theInst);
[all...]
H A Dwritetest.c81 ComponentInstance theInst = userData; local
106 result = IDHWrite( theInst, pb);
114 static OSErr doWriteTest(ComponentInstance theInst) argument
140 isochParamBlock1.refCon = (void *)theInst;
151 err = IDHOpenDevice( theInst, kIDHOpenForWriteTransactions);
157 //err = IDHGetDeviceTime(theInst, &time);
163 err = IDHWrite( theInst, &isochParamBlock1);
166 err = IDHGetDeviceTime(theInst, &time);
178 err = IDHWrite( theInst, &isochParamBlock2);
181 err = IDHGetDeviceTime(theInst,
236 ComponentInstance theInst; local
[all...]

Completed in 167 milliseconds