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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h118 mach_port_t mIsochAsyncPort ; member in class:IOFireWireLib::Device
331 const mach_port_t GetIsochAsyncPort() const { return mIsochAsyncPort ; }
333 const Boolean IsochAsyncPortsExist() const { return ((mIsochAsyncCFPort != 0) && (mIsochAsyncPort != 0)); }
H A DIOFireWireLibDevice.cpp59 mIsochAsyncPort = 0 ;
102 mach_port_destroy( mach_task_self(), mIsochAsyncPort ) ; local
235 if (! mIsochAsyncPort)
237 IOCreateReceivePort(kOSAsyncCompleteMessageID, & mIsochAsyncPort) ;
242 mIsochAsyncPort,
1451 mIsochAsyncPort,

Completed in 125 milliseconds