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

/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h99 UInt8 fStartCounter; // counter for initial connection attempts member in class:IrDAComm
H A DIrDAComm.cpp184 fStartCounter = 0; // counter for initial connection attempts
470 check(fStartCounter == 0); // sanity
471 if (fStartCounter == 0) {
482 if (fStartCounter++ < 3)
489 if (fStartCounter == 0) // if stopped before we really started

Completed in 128 milliseconds