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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.h45 IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) ;
90 IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) ;
97 static IUnknownVTbl** Alloc( Device& inUserClient, Boolean inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) ;
H A DIOFireWireLibDCLCommandPool.h78 IOByteCount inPacketSize,
96 IOByteCount inPacketSize,
162 IOByteCount inPacketSize,
179 IOByteCount inPacketSize,
201 IOByteCount inPacketSize,
H A DIOFireWireLibDCLCommandPool.cpp240 IOByteCount inPacketSize,
253 newDCL->packetSize = inPacketSize ;
286 IOByteCount inPacketSize,
324 IOByteCount inPacketSize,
672 IOByteCount inPacketSize,
675 return IOFireWireIUnknown::InterfaceMap<TraditionalDCLCommandPoolCOM>::GetThis(self)->AllocateTransferBufferDCL(inDCL, inOpcode, inBuffer, inSize, inPacketSize, inBufferOffset) ;
704 IOByteCount inPacketSize,
707 return IOFireWireIUnknown::InterfaceMap<TraditionalDCLCommandPoolCOM>::GetThis(self)->AllocateSendBufferDCL(inDCL, inBuffer, inSize, inPacketSize, inBufferOffset) ;
746 IOByteCount inPacketSize,
749 return IOFireWireIUnknown::InterfaceMap<TraditionalDCLCommandPoolCOM>::GetThis(self)->AllocateReceiveBufferDCL(inDCL, inBuffer, inSize, inPacketSize, inBufferOffse
235 AllocateTransferBufferDCL( DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
282 AllocateSendBufferDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
320 AllocateReceiveBufferDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
666 SAllocateTransferBufferDCL( Ref self, DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
699 SAllocateSendBufferDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
741 SAllocateReceiveBufferDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
[all...]
H A DIOFireWireLibIsochChannel.cpp23 IsochChannel::IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) argument
42 const uint64_t inputs[3] = {inDoIRM, inPacketSize, inPrefSpeed};
485 IsochChannelCOM::IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) argument
486 : IsochChannel( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, inDoIRM, inPacketSize, inPrefSpeed )
499 IsochChannelCOM::Alloc( Device& userclient, Boolean inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) argument
504 me = new IsochChannelCOM( userclient, inDoIRM, inPacketSize, inPrefSpeed ) ;
H A DIOFireWireLibIsoch.h557 DCLCommand* (*AllocateTransferBufferDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) ;
567 DCLCommand* (*AllocateSendBufferDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) ;
576 DCLCommand* (*AllocateReceiveBufferDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) ;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.h571 UInt32 inPacketSize,
H A DIOFireWireUserClient.cpp3522 UInt32 inPacketSize,
3535 if ( channel->init( getOwner()->getController(), inDoIRM, inPacketSize, inPrefSpeed ) )
3520 isochChannel_Create( bool inDoIRM, UInt32 inPacketSize, IOFWSpeed inPrefSpeed, UserObjectHandle * outChannelHandle ) argument

Completed in 202 milliseconds