Searched refs:mDevice (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIOCFPlugIn.cpp27 mDevice(0)
35 if (mDevice)
36 (**mDevice).Release(mDevice) ;
55 mDevice = DeviceCOM::Alloc( propertyTable, service ) ;
56 if (!mDevice)
85 result = (**mDevice).QueryInterface( mDevice, iid, ppv) ;
H A DIOFireWireLibIOCFPlugIn.h29 IOFireWireLibDeviceRef mDevice ; member in class:IOFireWireLib::IOCFPlugIn
H A DIOFireWireLibIsochPort.cpp307 mDevice( device ),
311 mDevice.AddRef() ;
322 error = IOConnectCallScalarMethod(mDevice.GetUserClientConnection(),
329 mDevice.Release() ;
340 IOReturn result = IOConnectCallScalarMethod(mDevice.GetUserClientConnection(),
354 return IOConnectCallScalarMethod(mDevice.GetUserClientConnection(),
355 mDevice.MakeSelectorWithObject( kIsochPort_AllocatePort_d, mKernPortRef ),
364 return IOConnectCallScalarMethod(mDevice.GetUserClientConnection(),
365 mDevice.MakeSelectorWithObject( kIsochPort_ReleasePort_d, mKernPortRef ),
374 return IOConnectCallScalarMethod(mDevice
[all...]
H A DIOFireWireLibIsochPort.h73 Device & mDevice ; member in class:IOFireWireLib::IsochPort
H A DIOFireWireLibCommand.h117 io_object_t mDevice ; member in class:IOFireWireLib::Cmd
H A DIOFireWireLibCommand.cpp192 mDevice( device ),

Completed in 259 milliseconds