Searched refs:fAVCInterface (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVControlComponent.c55 IOFireWireAVCLibUnitInterface **fAVCInterface; member in struct:ControlComponentInstance
139 if ( dc->fAVCInterface == NULL )
144 return (*dc->fAVCInterface)->AVCCommand(dc->fAVCInterface,
161 if ( dc->fAVCInterface != NULL )
200 if(dc->fAVCInterface != NULL)
201 (*dc->fAVCInterface)->Release(dc->fAVCInterface);
202 dc->fAVCInterface = (IOFireWireAVCLibUnitInterface **)(connectionID);
203 if(dc->fAVCInterface !
[all...]
H A DDVFamily.c225 //syslog(LOG_INFO, "DVDoAVCTransaction, open %d, interface %p\n", dev->fOpens, dev->fDevice.fAVCInterface);
231 err = (*dev->fDevice->fAVCInterface)->AVCCommand(dev->fDevice->fAVCInterface,
368 theErr = (*dev->fDevice->fAVCInterface)->AVCCommand(dev->fDevice->fAVCInterface,
H A DDVLib.c465 err = (*pDVDevice->fAVCInterface)->makeP2PInputConnection(pDVDevice->fAVCInterface, plug, chan);
488 err = (*pDVDevice->fAVCInterface)->breakP2PInputConnection(pDVDevice->fAVCInterface, plug);
508 err = (*pDVDevice->fAVCInterface)->makeP2POutputConnection(pDVDevice->fAVCInterface, plug,chan,kFWSpeedInvalid);
531 err = (*pDVDevice->fAVCInterface)->breakP2POutputConnection(pDVDevice->fAVCInterface, plug);
788 err = openAVCUnit(dev->fObject, &dev->fAVCInterface, dvThread);
796 if(isDVCPro(dev->fAVCInterface,
[all...]
H A DDVLib.h64 IOFireWireAVCLibUnitInterface **fAVCInterface; member in struct:_DVDevice
H A DDVIsochComponent.c1160 result = (*deviceDescriptionPtr->fDevice->fAVCInterface)->AVCCommand(deviceDescriptionPtr->fDevice->fAVCInterface,
2193 FailWithAction( description->fDevice->fAVCInterface == nil, result = kIDHErrDeviceNotConfigured, Exit ) ;
2629 (DeviceConnectionID) deviceDescriptionPtr->fDevice->fAVCInterface);

Completed in 142 milliseconds