Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.h48 static constexpr int MAX_TCP_TRIES = 6000; variable
Dfixtures.cpp185 for (int i = 0; i < MAX_TCP_TRIES && !transport; i++) { in ConnectTcpFastbootDevice()