Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/netlink/
DStructNlAttr.java76 if (struct == null || byteBuffer.remaining() < struct.getAlignedLength()) { in parse()
88 byteBuffer.position(baseOffset + struct.getAlignedLength()); in parse()
145 for (StructNlAttr nla : nested) payloadLength += nla.getAlignedLength(); in StructNlAttr()
154 public int getAlignedLength() { in getAlignedLength() method in StructNlAttr
195 byteBuffer.position(originalPosition + getAlignedLength()); in pack()
DConntrackMessage.java88 final int payloadLength = ctaTupleOrig.getAlignedLength() + ctaTimeout.getAlignedLength(); in newIPv4TimeoutUpdateRequest()
DRtNetlinkNeighborMessage.java66 if (byteBuffer.remaining() < nlAttr.getAlignedLength()) { in findNextAttrOfType()
69 byteBuffer.position(byteBuffer.position() + nlAttr.getAlignedLength()); in findNextAttrOfType()
/frameworks/base/services/
Dart-profile706 HPLandroid/net/netlink/StructNlAttr;->getAlignedLength()I