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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.cpp170 for (UInt32 listenIndex=0; listenIndex < listenCount; ++listenIndex)
172 listen = (IOFireWireLibIsochPortRef)CFArrayGetValueAtIndex( mListeners, listenIndex) ;
194 UInt32 listenIndex = 0 ; local
195 while (kIOReturnSuccess == result && listenIndex < listenCount)
197 IOFireWireLibIsochPortRef port = (IOFireWireLibIsochPortRef)CFArrayGetValueAtIndex(mListeners, listenIndex) ;
199 ++listenIndex ;
253 UInt32 listenIndex = 0 ; local
256 while ( !error && listenIndex < listenCoun
[all...]

Completed in 165 milliseconds