Searched defs:GetPayload (Results 1 - 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/src/
H A Dpacket.cc57 const std::vector<uint8_t>& Packet::GetPayload() const { function in class:test_vendor_lib::Packet
/system/connectivity/shill/net/
H A Dnetlink_packet.cc64 return GetPayload().GetLength() - consumed_bytes_;
67 const ByteString& NetlinkPacket::GetPayload() const { function in class:shill::NetlinkPacket
75 bool result = attributes->Decode(GetPayload(), consumed_bytes_, factory);
76 consumed_bytes_ = GetPayload().GetLength();
99 if (GetPayload().GetLength() < sizeof(*header)) {

Completed in 90 milliseconds