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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIRMAllocation.cpp34 mUserRefCon(inRefCon),
183 mUserRefCon = refCon;
188 return mUserRefCon;
195 me->mLostHandler(refcon,me->mUserRefCon);
H A DIOFireWireLibIRMAllocation.h83 void* mUserRefCon ; member in class:IOFireWireLib::IRMAllocation
H A DIOFireWireLibAsyncStreamListener.h125 void* mUserRefCon ; member in class:IOFireWireLib::AsyncStreamListener
H A DIOFireWireLibIsochChannel.h76 void* mUserRefCon ; member in class:IOFireWireLib::IsochChannel
H A DIOFireWireLibAsyncStreamListener.cpp36 mUserRefCon(inRefCon),
233 return mUserRefCon;
299 (void*) me->mUserRefCon) ; // refcon
H A DIOFireWireLibIsochChannel.cpp29 mUserRefCon(0),
334 mUserRefCon = stopProcRefCon ;
340 return mUserRefCon ;
H A DIOFireWireLibDevice.h108 void* mUserRefCon ; member in class:IOFireWireLib::Device
758 IOFireWireLibDeviceRef self) { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->mUserRefCon ; }
761 const void* inRefCon ) { IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->mUserRefCon = const_cast<void*>(inRefCon) ; }

Completed in 119 milliseconds