Searched refs:GetRefCon (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireIRMAllocation.h67 virtual void * GetRefCon(void);
H A DIOFireWireIRM.cpp536 // IOFireWireIRMAllocation::GetRefCon
539 void * IOFireWireIRMAllocation::GetRefCon(void) function in class:IOFireWireIRMAllocation
H A DIOFireWireUserClient.cpp4394 UserIRMAllocationParams *pUserIRMAllocationParams = (UserIRMAllocationParams*) pIrmAllocation->GetRefCon();
4557 UserIRMAllocationParams *pUserIRMAllocationParams = (UserIRMAllocationParams*) me->GetRefCon();
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIRMAllocation.h76 void* GetRefCon(IOFireWireLibIRMAllocationRef self) ;
H A DIOFireWireLibAsyncStreamListener.h89 void* GetRefCon (
H A DIOFireWireLibIsochChannel.h60 virtual void* GetRefCon() ;
H A DIOFireWireLibPseudoAddressSpace.h120 virtual void* GetRefCon() ;
H A DIOFireWireLibIRMAllocation.cpp186 void* IRMAllocation::GetRefCon(IOFireWireLibIRMAllocationRef self) function in class:IOFireWireLib::IRMAllocation
320 return IOFireWireIUnknown::InterfaceMap<IRMAllocationCOM>::GetThis(self)->GetRefCon(self);
H A DIOFireWireLibIsoch.h202 @discussion Retrieve the reference value with GetRefCon() \
206 /*! @function GetRefCon \
211 void* (*GetRefCon) ( IOFireWireLibIsochPortRef self)
510 @discussion Retrieve the reference value with GetRefCon()
515 /*! @function GetRefCon
519 void* (*GetRefCon) ( IOFireWireLibIsochChannelRef self) ; member in struct:IOFireWireIsochChannelInterface_t
1054 /*! @function GetRefCon
1058 void* (*GetRefCon)(IOFWAsyncStreamListenerInterfaceRef self) ; member in struct:IOFWAsyncStreamListenerInterface_t
H A DIOFireWireLib.h1377 /*! @function GetRefCon
1381 void* (*GetRefCon)( member in struct:IOFireWireDeviceInterface_t
2053 /*! @function GetRefCon
2057 void* (*GetRefCon)(IOFireWireLibPseudoAddressSpaceRef self) ; member in struct:IOFireWirePseudoAddressSpaceInterface_t
2126 /*! @function GetRefCon
2130 void* (*GetRefCon)(IOFireWireLibIRMAllocationRef self) ; member in struct:IOFireWireLibIRMAllocationInterface_t
3143 /*! @function GetRefCon \
3147 void * (*GetRefCon)( IOFireWireLibCommandRef self )
3619 @param refCon A reference constant for 3rd party use. This is the same refcon set with SetRefCon and retreived with GetRefCon.
3648 /*! @function GetRefCon
3653 void * (*GetRefCon)(IOFireWireLibVectorCommandRef self); member in struct:IOFireWireLibVectorCommandInterface_t
3837 void* (*GetRefCon)( IOFireWireLibPHYPacketListenerRef self ); member in struct:IOFireWireLibPHYPacketListenerInterface_t
[all...]
H A DIOFireWireLibAsyncStreamListener.cpp231 AsyncStreamListener::GetRefCon ( AsyncStreamListenerRef self ) function in class:IOFireWireLib::AsyncStreamListener
444 return IOFireWireIUnknown::InterfaceMap<AsyncStreamListenerCOM>::GetThis(self)->GetRefCon( self );
H A DIOFireWireLibIsochChannel.cpp338 IsochChannel::GetRefCon() function in class:IOFireWireLib::IsochChannel
596 return IOFireWireIUnknown::InterfaceMap<IsochChannelCOM>::GetThis(self)->GetRefCon() ;
H A DIOFireWireLibIsochPort.h65 void* GetRefCon() const { return mRefCon ; } function in class:IOFireWireLib::IsochPort
H A DIOFireWireLibPseudoAddressSpace.cpp567 PseudoAddressSpace::GetRefCon() function in class:IOFireWireLib::PseudoAddressSpace
H A DIOFireWireLibIsochPort.cpp457 return IOFireWireIUnknown::InterfaceMap<IsochPortCOM>::GetThis(self)->GetRefCon() ;
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c1423 stream = (DVStream *)((*interface)->GetRefCon(interface));
1447 stream = (DVStream *)((*interface)->GetRefCon(interface));

Completed in 181 milliseconds