Home
last modified time | relevance | path

Searched refs:iTryCount (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp358 int iResult, iTryCount; in TestDevice() local
363 iTryCount = 3; in TestDevice()
364 while (iTryCount > 0) { in TestDevice()
372 iTryCount--; in TestDevice()
375 if (iTryCount <= 0) { in TestDevice()
H A DRKComm.cpp243 int iTryCount; in RKU_ClearBuffer() local
244 iTryCount = 3; in RKU_ClearBuffer()
254 iTryCount--; in RKU_ClearBuffer()
262 }while ( iTryCount > 0 ); in RKU_ClearBuffer()