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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp44 mAsyncCFPort = 0 ;
106 if ( mAsyncCFPort )
108 CFMachPortInvalidate( mAsyncCFPort ) ;
109 CFRelease( mAsyncCFPort ) ;
216 mAsyncCFPort = CFMachPortCreateWithPort(
223 if (!mAsyncCFPort)
378 CFMachPortInvalidate( mAsyncCFPort );
379 CFRelease( mAsyncCFPort );
384 mAsyncCFPort = CFMachPortCreateWithPort(
391 if (!mAsyncCFPort)
[all...]
H A DIOFireWireLibDevice.h104 CFMachPortRef mAsyncCFPort ; member in class:IOFireWireLib::Device
326 const CFMachPortRef GetAsyncCFPort() const { return mAsyncCFPort; }
329 Boolean AsyncPortsExist() const { return ((mAsyncCFPort != 0) && (mAsyncPort != 0)); }

Completed in 113 milliseconds