Home
last modified time | relevance | path

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

/system/core/adb/pairing_connection/
Dpairing_connection.cpp347 PairingPacketHeader out_header; in DoExchangePeerInfo() local
348 out_header.version = kCurrentKeyHeaderVersion; in DoExchangePeerInfo()
349 out_header.type = static_cast<uint8_t>(static_cast<int>(adb::proto::PairingPacket::PEER_INFO)); in DoExchangePeerInfo()
350 out_header.payload = htonl(outbuf.size()); in DoExchangePeerInfo()
352 std::string_view(reinterpret_cast<const char*>(&out_header), sizeof(out_header)))) { in DoExchangePeerInfo()