Searched refs:controlInst (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A Dtestcomp.c128 ComponentInstance controlInst; local
135 result = IDHGetDeviceControl(theInst, &controlInst);
138 //controlInst = OpenComponent(control);
150 if(!controlInst)
170 result = DeviceControlDoAVCTransaction( controlInst, &pParams);
185 CallComponentClose(controlInst, 0);
H A Ddevicetest.c70 ComponentInstance controlInst; local
78 result = IDHGetDeviceControl(theInst, &controlInst);
81 //controlInst = OpenComponent(control);
93 if(!controlInst)
172 result = DeviceControlDoAVCTransaction( controlInst, &pParams);
H A Dreadtest.c212 ComponentInstance controlInst; local
219 result = IDHGetDeviceControl(theInst, &controlInst);
222 //controlInst = OpenComponent(control);
238 if(!controlInst)
258 result = DeviceControlDoAVCTransaction( controlInst, &pParams);

Completed in 157 milliseconds