Searched defs:dstLen (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/ |
D | ReadableByteBuffer.java | 44 void peekBytes(int offset, byte[] dst, int dstPos, int dstLen); in peekBytes() 47 void readBytes(byte[] dst, int dstPos, int dstLen); in readBytes()
|
D | CircularByteBuffer.java | 71 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/ |
D | StructRtMsg.java | 45 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/ |
D | ReadableDataAnswer.java | 67 int dstLen = invocation.<Integer>getArgument(2); in answer() local
|