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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h273 UInt32 inQueueBufferSize,
276 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid ) ; }
288 UInt32 inQueueBufferSize,
291 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid, true, inAddressLo ) ; }
296 UInt32 inQueueBufferSize,
406 UInt32 inQueueBufferSize,
685 UInt32 inQueueBufferSize,
702 UInt32 inQueueBufferSize,
839 UInt32 inQueueBufferSize,
270 CreatePseudoAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
284 CreateInitialUnitsPseudoAddressSpace( UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
H A DIOFireWireLibDevice.cpp1192 UInt32 inQueueBufferSize,
1214 if ( inQueueBufferSize > 0 )
1215 queueBuffer = new Byte[inQueueBufferSize] ;
1220 params.queueSize = (UInt32) inQueueBufferSize ;
1260 IUnknownVTbl** iUnknown = PseudoAddressSpace::Alloc(*this, addrSpaceRef, queueBuffer, inQueueBufferSize, inBackingStore, inRefCon) ;
1771 UInt32 inQueueBufferSize,
1783 if ( inQueueBufferSize > 0 )
1784 queueBuffer = new Byte[inQueueBufferSize] ;
1790 params.queueSize = (UInt32) inQueueBufferSize ;
1831 IUnknownVTbl** iUnknown = AsyncStreamListenerCOM::Alloc(*this, asyncStreamListenerRef, queueBuffer, inQueueBufferSize, (voi
1189 CreateAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid, Boolean isInitialUnits, UInt32 inAddressLo ) argument
1768 CreateAsyncStreamListener( UInt32 channel, IOFWAsyncStreamListenerHandler callback, void * inRefCon, UInt32 inQueueBufferSize, REFIID iid ) argument
2335 SCreatePseudoAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2348 SCreateInitialUnitsPseudoAddressSpace( IOFireWireLibDeviceRef self, UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2720 S_CreateAsyncStreamListener( IOFireWireLibDeviceRef self, UInt32 channel, IOFWAsyncStreamListenerHandler callback, void* inRefCon, UInt32 inQueueBufferSize, REFIID iid ) argument
[all...]
H A DIOFireWireLib.h1208 @param inQueueBufferSize The size of the queue which receives packets from the bus before they are handed to
1236 UInt32 inQueueBufferSize,
1432 @param inQueueBufferSize The size of the queue which receives packets from the bus before they are handed to
1468 UInt32 inQueueBufferSize,
1839 @param inQueueBufferSize The size of the queue which receives packets from the bus before they are handed to
1850 UInt32 inQueueBufferSize,

Completed in 135 milliseconds