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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp43 mAsyncPort = 0 ;
110 mach_port_destroy( mach_task_self(), mAsyncPort ) ; local
210 if (! mAsyncPort)
212 IOCreateReceivePort(kOSAsyncCompleteMessageID, & mAsyncPort) ;
218 mAsyncPort,
386 mAsyncPort,
464 mAsyncPort,
479 mAsyncPort,
513 mAsyncPort,
521 mAsyncPort,
[all...]
H A DIOFireWireLibDevice.h105 mach_port_t mAsyncPort ; member in class:IOFireWireLib::Device
327 const mach_port_t GetAsyncPort() const { return mAsyncPort ; }
329 Boolean AsyncPortsExist() const { return ((mAsyncCFPort != 0) && (mAsyncPort != 0)); }

Completed in 91 milliseconds