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

/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp186 fAVCUnit = NULL;
226 pAVCUnit = pAVCSubunit->fAVCUnit;
246 fAVCUnit = pAVCUnit;
248 if ( not fAVCUnit->available() )
273 fWriteCmd = fAVCUnit->fDevice->createWriteCommand(addr,
284 fDelayCmd = fAVCUnit->fIOFireWireAVCUnitExpansion->fControl->createDelayedCmd(250000,
294 fAVCUnit->lockAVCAsynchronousCommandLock();
298 if(!fAVCUnit->fIOFireWireAVCUnitExpansion->fAVCAsyncCommands->setObject(this))
318 fAVCUnit->unlockAVCAsynchronousCommandLock();
375 fAVCUnit
[all...]
H A DIOFireWireAVCUnit.h87 IOFireWireAVCUnit *fAVCUnit; member in class:IOFireWireAVCAsynchronousCommand
314 IOFireWireAVCUnit *fAVCUnit; member in class:IOFireWireAVCSubUnit
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp185 fAVCUnit = NULL;
301 if( fAVCUnit )
303 (*fAVCUnit)->Release( fAVCUnit );
304 fAVCUnit = NULL;
364 fAVCUnit = avcUnit;
365 (*fAVCUnit)->AddRef( fAVCUnit );
420 fFWUnit = (IOFireWireDeviceInterface**)(*fAVCUnit)->getAncestorInterface( fAVCUnit,
[all...]
H A DIOFireWireAVCLibConsumer.h61 IOFireWireAVCLibUnitInterface ** fAVCUnit; member in class:IOFireWireAVCLibConsumer

Completed in 177 milliseconds