Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtcp.cpp38 static constexpr int kHandshakeTimeoutMs = 2000; variable
104 if (socket_->ReceiveAll(buffer, kHandshakeLength, kHandshakeTimeoutMs) != kHandshakeLength) { in InitializeProtocol()