Home
last modified time | relevance | path

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

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