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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp53 mIsochRunLoopSource = 0 ;
88 if ( mIsochRunLoopSource )
90 RemoveDispatcherFromRunLoop( mIsochRunLoop, mIsochRunLoopSource, mIsochRunLoopMode ) ;
92 CFRelease( mIsochRunLoopSource ) ;
1424 mIsochRunLoopSource = CFMachPortCreateRunLoopSource( kCFAllocatorDefault,
1429 if (!mIsochRunLoopSource)
1440 if( !CFRunLoopSourceIsValid(mIsochRunLoopSource) )
1442 CFRelease( mIsochRunLoopSource );
1461 mIsochRunLoopSource = CFMachPortCreateRunLoopSource( kCFAllocatorDefault,
1464 if (!mIsochRunLoopSource)
[all...]
H A DIOFireWireLibDevice.h120 CFRunLoopSourceRef mIsochRunLoopSource ; member in class:IOFireWireLib::Device

Completed in 114 milliseconds