Searched refs:SetRefCon (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireIRMAllocation.h68 virtual void SetRefCon(void* refCon);
H A DIOFireWireIRM.cpp544 // IOFireWireIRMAllocation::SetRefCon
547 void IOFireWireIRMAllocation::SetRefCon(void* refCon) function in class:IOFireWireIRMAllocation
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIRMAllocation.h75 void SetRefCon(IOFireWireLibIRMAllocationRef self, void* refCon) ;
H A DIOFireWireLibIsochChannel.h59 virtual void SetRefCon( void* stopProcRefCon ) ;
H A DIOFireWireLibIRMAllocation.cpp181 void IRMAllocation::SetRefCon(IOFireWireLibIRMAllocationRef self, void* refCon) function in class:IOFireWireLib::IRMAllocation
315 return IOFireWireIUnknown::InterfaceMap<IRMAllocationCOM>::GetThis(self)->SetRefCon(self,refCon);
H A DIOFireWireLibIsochChannel.cpp331 IsochChannel::SetRefCon( function in class:IOFireWireLib::IsochChannel
590 return IOFireWireIUnknown::InterfaceMap<IsochChannelCOM>::GetThis(self)->SetRefCon( refcon ) ;
H A DIOFireWireLibIsochPort.h64 void SetRefCon( void * refCon ) { mRefCon = refCon ; } function in class:IOFireWireLib::IsochPort
H A DIOFireWireLib.h1383 /*! @function SetRefCon
1387 void (*SetRefCon)( member in struct:IOFireWireDeviceInterface_t
2120 /*! @function SetRefCon
2124 void (*SetRefCon)(IOFireWireLibIRMAllocationRef self, void* refCon) ; member in struct:IOFireWireLibIRMAllocationInterface_t
2649 /*! @function SetRefCon \
2695 void (*SetRefCon)(IOFireWireLibCommandRef self, void* refCon) ; \
3619 @param refCon A reference constant for 3rd party use. This is the same refcon set with SetRefCon and retreived with GetRefCon.
3640 /*! @function SetRefCon
3646 void (*SetRefCon)(IOFireWireLibVectorCommandRef self, void* refCon); member in struct:IOFireWireLibVectorCommandInterface_t
3651 @result The reference contant set in SetRefCon */
3831 void (*SetRefCon)( IOFireWireLibPHYPacketListenerRef self, void * refcon ); member in struct:IOFireWireLibPHYPacketListenerInterface_t
[all...]
H A DIOFireWireLibIsoch.h200 /*! @function SetRefCon \
205 void (*SetRefCon) ( IOFireWireLibIsochPortRef self, void* inRefCon) ; \
208 @discussion Set the reference value with SetRefCon() \
508 /*! @function SetRefCon
513 void (*SetRefCon) ( IOFireWireLibIsochChannelRef self, void* stopProcRefCon) ; member in struct:IOFireWireIsochChannelInterface_t
517 @discussion Retrieve the reference value with SetRefCon()
H A DIOFireWireLibVectorCommand.cpp412 (*self)->SetRefCon( self, refCon );
486 // SetRefCon
H A DIOFireWireLibIsochPort.cpp450 IOFireWireIUnknown::InterfaceMap<IsochPortCOM>::GetThis(self)->SetRefCon(inRefCon) ;
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c1850 (*stream->pFWRemoteIsochPort)->SetRefCon( stream->pFWRemoteIsochPort, stream);

Completed in 121 milliseconds