/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
D | StructNlMsgErr.java | 32 public static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 36 public static StructNlMsgErr parse(ByteBuffer byteBuffer) { in parse() 51 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | RtNetlinkNeighborMessage.java | 51 private static StructNlAttr findNextAttrOfType(short attrType, ByteBuffer byteBuffer) { in findNextAttrOfType() 68 public static RtNetlinkNeighborMessage parse(StructNlMsgHdr header, ByteBuffer byteBuffer) { in parse() 119 final ByteBuffer byteBuffer = ByteBuffer.wrap(bytes); in newGetNeighborsRequest() local 157 final ByteBuffer byteBuffer = ByteBuffer.wrap(bytes); in newNewNeighborMessage() local 213 private static void packNlAttr(short nlType, byte[] nlValue, ByteBuffer byteBuffer) { in packNlAttr() 221 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | StructNlAttr.java | 45 public static StructNlAttr peek(ByteBuffer byteBuffer) { in peek() 71 public static StructNlAttr parse(ByteBuffer byteBuffer) { in parse() 157 final ByteBuffer byteBuffer = ByteBuffer.wrap(nla_value); in getValueAsByteBuffer() local 163 final ByteBuffer byteBuffer = getValueAsByteBuffer(); in getValueAsInt() local 180 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | StructNlMsgHdr.java | 76 public static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 80 public static StructNlMsgHdr parse(ByteBuffer byteBuffer) { in parse() 114 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | StructNdaCacheInfo.java | 36 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 40 public static StructNdaCacheInfo parse(ByteBuffer byteBuffer) { in parse()
|
D | StructNdMsg.java | 101 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 105 public static StructNdMsg parse(ByteBuffer byteBuffer) { in parse() 132 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | ConntrackMessage.java | 82 final ByteBuffer byteBuffer = ByteBuffer.wrap(bytes); in newIPv4TimeoutUpdateRequest() local 105 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | StructInetDiagMsg.java | 47 public static StructInetDiagMsg parse(ByteBuffer byteBuffer) { in parse()
|
D | NetlinkErrorMessage.java | 29 public static NetlinkErrorMessage parse(StructNlMsgHdr header, ByteBuffer byteBuffer) { in parse()
|
D | StructNfGenMsg.java | 44 public void pack(ByteBuffer byteBuffer) { in pack()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttribute.java | 133 public abstract void encode(ByteBuffer byteBuffer); in encode() 135 protected void encodeAttributeHeader(ByteBuffer byteBuffer) { in encodeAttributeHeader() 140 void consumePadding(int bytesUsed, ByteBuffer byteBuffer) { in consumePadding() 145 void addPadding(int bytesUsed, ByteBuffer byteBuffer) { in addPadding() 162 ByteBuffer byteBuffer) throws EapSimAkaInvalidAttributeException { in EapSimAkaUnsupportedAttribute() 179 public void encode(ByteBuffer byteBuffer) { in encode() 193 public AtVersionList(int lengthInBytes, ByteBuffer byteBuffer) in AtVersionList() 223 public void encode(ByteBuffer byteBuffer) { in encode() 264 public void encode(ByteBuffer byteBuffer) { in encode() 297 public AtNonceMt(int lengthInBytes, ByteBuffer byteBuffer) in AtNonceMt() [all …]
|
D | EapSimAkaAttributeFactory.java | 77 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute() 122 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute()
|
D | EapAkaAttributeFactory.java | 66 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() 78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
|
D | EapAkaPrimeAttributeFactory.java | 61 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute()
|
D | EapSimAttributeFactory.java | 65 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) throws in getAttribute()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
D | RtNetlinkNeighborMessageTest.java | 82 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_DELNEIGH); in testParseRtmDelNeigh() local 109 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH); in testParseRtmNewNeigh() local 136 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_GETNEIGH_RESPONSE); in testParseRtmGetNeighResponse() local
|
D | NetlinkErrorMessageTest.java | 69 final ByteBuffer byteBuffer = ByteBuffer.wrap(NLM_ERROR_OK); in testParseNlmErrorOk() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttributeFactoryTest.java | 53 ByteBuffer byteBuffer = ByteBuffer.wrap(SKIPPABLE_DATA_BYTES); in testDecodeInvalidSkippable() local 81 ByteBuffer byteBuffer = ByteBuffer.wrap(new byte[2]); in testDecodeInvalidNonSkippable() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeIdPayload.java | 120 ByteBuffer byteBuffer = ByteBuffer.allocate(getPayloadLength() - GENERIC_HEADER_LENGTH); in getEncodedPayloadBody() local 142 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
D | IkeAuthPayload.java | 115 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() 126 protected abstract void encodeAuthDataToByteBuffer(ByteBuffer byteBuffer); in encodeAuthDataToByteBuffer()
|
D | IkeUnsupportedPayload.java | 46 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
D | IkeVendorPayload.java | 52 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNoncePayloadTest.java | 42 ByteBuffer byteBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testEncode() local
|
D | IkeSaPayloadTest.java | 279 ByteBuffer byteBuffer = ByteBuffer.allocate(mAttributeKeyLength128.getAttributeLength()); in testEncodeAttribute() local 323 ByteBuffer byteBuffer = ByteBuffer.allocate(mEncrAesCbc128Transform.getTransformLength()); in testEncodeEncryptionTransform() local 367 ByteBuffer byteBuffer = ByteBuffer.allocate(mPrfHmacSha1Transform.getTransformLength()); in testEncodePrfTransform() local 418 ByteBuffer byteBuffer = ByteBuffer.allocate(mIntegHmacSha1Transform.getTransformLength()); in testEncodeIntegrityTransform() local 453 ByteBuffer byteBuffer = ByteBuffer.allocate(mDhGroup1024Transform.getTransformLength()); in testEncodeDhGroupTransform() local 521 ByteBuffer byteBuffer = ByteBuffer.allocate(mEsnTransform.getTransformLength()); in testEncodeEsnTransform() local
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
D | ByteBufferDirectPool.java | 36 protected ByteBuffer recycle(Integer integer, ByteBuffer byteBuffer) { in recycle()
|