Searched refs:mAllocatePortHandler (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.h156 IOFireWireLibIsochPortAllocateCallback mAllocatePortHandler ; member in class:IOFireWireLib::RemoteIsochPort
H A DIOFireWireLibIsochPort.cpp477 mAllocatePortHandler(0),
501 if (mAllocatePortHandler)
502 return (*mAllocatePortHandler)(mRefInterface, speed, chan) ;
549 IOFireWireLibIsochPortAllocateCallback oldHandler = mAllocatePortHandler ;
550 mAllocatePortHandler = inHandler ;

Completed in 215 milliseconds