Searched refs:mIsochAsyncPort (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
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,
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)); }

Completed in 191 milliseconds