Home
last modified time | relevance | path

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

/aosp12/art/adbconnection/
H A Dadbconnection.cc82 static constexpr off_t kPacketIdOff = 4; variable
701 uint32_t pkt_id = ntohl(*reinterpret_cast<uint32_t*>(packet_header + kPacketIdOff)); in HandleDataWithoutAgent()