Searched refs:inPrefSpeed (Results 1 - 4 of 4) 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 DIOFireWireLibIsochChannel.cpp23 IsochChannel::IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) argument
33 mPrefSpeed( inPrefSpeed )
42 const uint64_t inputs[3] = {inDoIRM, inPacketSize, inPrefSpeed};
485 IsochChannelCOM::IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed )
486 : IsochChannel( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, inDoIRM, inPacketSize, inPrefSpeed )
499 IsochChannelCOM::Alloc( Device& userclient, Boolean inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed )
504 me = new IsochChannelCOM( userclient, inDoIRM, inPacketSize, inPrefSpeed ) ;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.h572 IOFWSpeed inPrefSpeed,
H A DIOFireWireUserClient.cpp3523 IOFWSpeed inPrefSpeed,
3535 if ( channel->init( getOwner()->getController(), inDoIRM, inPacketSize, inPrefSpeed ) )
3520 isochChannel_Create( bool inDoIRM, UInt32 inPacketSize, IOFWSpeed inPrefSpeed, UserObjectHandle * outChannelHandle ) argument

Completed in 127 milliseconds