Home
last modified time | relevance | path

Searched defs:dstLen (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/
DReadableByteBuffer.java44 void peekBytes(int offset, byte[] dst, int dstPos, int dstLen); in peekBytes()
47 void readBytes(byte[] dst, int dstPos, int dstLen); in readBytes()
DCircularByteBuffer.java71 public void readBytes(byte[] dst, int dstPos, int dstLen) { in readBytes()
98 public void peekBytes(int offset, byte[] dst, int dstPos, int dstLen) { in peekBytes()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructRtMsg.java45 public final short dstLen; // Length of destination. field in StructRtMsg
62 public StructRtMsg(short family, short dstLen, short srcLen, short tos, short table, in StructRtMsg()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/
DReadableDataAnswer.java67 int dstLen = invocation.<Integer>getArgument(2); in answer() local