Searched refs:pDVDevice (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.c178 DVDevice *pDVDevice; member in struct:_DVStreamStruct
457 static IOReturn MakeP2PConnectionForWrite(DVDevice *pDVDevice,UInt32 plug, UInt32 chan) argument
465 err = (*pDVDevice->fAVCInterface)->makeP2PInputConnection(pDVDevice->fAVCInterface, plug, chan);
468 pDVDevice->p2pConnected = kWriteP2PConnection;
469 pDVDevice->p2pPlug = plug;
470 pDVDevice->p2pChan = chan;
480 static IOReturn BreakP2PConnectionForWrite(DVDevice *pDVDevice,UInt32 plug, UInt32 chan) argument
488 err = (*pDVDevice->fAVCInterface)->breakP2PInputConnection(pDVDevice
500 MakeP2PConnectionForRead(DVDevice *pDVDevice,UInt32 plug, UInt32 chan) argument
523 BreakP2PConnectionForRead(DVDevice *pDVDevice,UInt32 plug, UInt32 chan) argument
545 DVDevice *pDVDevice = (DVDevice*) refCon; local
[all...]
H A DDVFamily.c256 OSErr DVGetIndDevice( DVDeviceID * pDVDevice, UInt32 index ) argument
258 *pDVDevice = index;
H A DDVFamily.h286 OSErr DVGetIndDevice( DVDeviceID * pDVDevice, UInt32 index );
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamily.h290 OSErr DVCGetIndDevice( DVCDeviceID * pDVDevice, UInt32 index );
H A DDVFamilyLib.c199 OSErr DVCGetIndDevice( DVCDeviceID * pDVDevice, UInt32 index ) argument
214 *pDVDevice = (DVCDeviceID) pDVDriverData;
218 *pDVDevice = kInvalidDVDeviceID;
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c46 OSErr (*fDVGetIndDevice)( DVDeviceID * pDVDevice, UInt32 index );
H A DDVTest.c47 OSErr (*fDVGetIndDevice)( DVDeviceID * pDVDevice, UInt32 index );

Completed in 106 milliseconds