HomeSort by relevance Sort by last modified time
    Searched defs:GetPayload (Results 1 - 2 of 2) sorted by null

  /system/bt/vendor_libs/test_vendor_lib/src/
packet.cc 57 const std::vector<uint8_t>& Packet::GetPayload() const {
  /system/connectivity/shill/net/
netlink_packet.cc 64 return GetPayload().GetLength() - consumed_bytes_;
67 const ByteString& NetlinkPacket::GetPayload() const {
75 bool result = attributes->Decode(GetPayload(), consumed_bytes_, factory);
76 consumed_bytes_ = GetPayload().GetLength();
99 if (GetPayload().GetLength() < sizeof(*header)) {

Completed in 59 milliseconds