Searched refs:handshake_message (Results 1 – 2 of 2) sorted by relevance
167 std::string handshake_message(android::base::StringPrintf("FB%02d", kProtocolVersion)); in ListenFastbootSocket() local168 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in ListenFastbootSocket()
95 std::string handshake_message(android::base::StringPrintf("FB%02d", kProtocolVersion)); in InitializeProtocol() local97 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in InitializeProtocol()