Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dtcp_client.cpp167 std::string handshake_message(android::base::StringPrintf("FB%02d", kProtocolVersion)); in ListenFastbootSocket() local
168 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in ListenFastbootSocket()
/system/core/fastboot/
Dtcp.cpp95 std::string handshake_message(android::base::StringPrintf("FB%02d", kProtocolVersion)); in InitializeProtocol() local
97 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in InitializeProtocol()