| /packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
| D | EapSimAkaAttribute.java | 147 public abstract void encode(ByteBuffer byteBuffer); in encode() 207 protected void encodeAttributeHeader(ByteBuffer byteBuffer) { in encodeAttributeHeader() 212 void consumePadding(int bytesUsed, ByteBuffer byteBuffer) { in consumePadding() 217 void addPadding(int bytesUsed, ByteBuffer byteBuffer) { in addPadding() 234 ByteBuffer byteBuffer) throws EapSimAkaInvalidAttributeException { in EapSimAkaUnsupportedAttribute() 251 public void encode(ByteBuffer byteBuffer) { in encode() 265 public AtVersionList(int lengthInBytes, ByteBuffer byteBuffer) in AtVersionList() 295 public void encode(ByteBuffer byteBuffer) { in encode() 336 public void encode(ByteBuffer byteBuffer) { in encode() 368 public AtNonceMt(int lengthInBytes, ByteBuffer byteBuffer) in AtNonceMt() [all …]
|
| D | EapSimAkaAttributeFactory.java | 83 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute() 135 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/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/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
| D | IkeSaPayloadTest.java | 288 ByteBuffer byteBuffer = ByteBuffer.allocate(mAttributeKeyLength128.getAttributeLength()); in testEncodeAttribute() local 332 ByteBuffer byteBuffer = ByteBuffer.allocate(mEncrAesCbc128Transform.getTransformLength()); in testEncodeEncryptionTransform() local 376 ByteBuffer byteBuffer = ByteBuffer.allocate(mPrfHmacSha1Transform.getTransformLength()); in testEncodePrfTransform() local 427 ByteBuffer byteBuffer = ByteBuffer.allocate(mIntegHmacSha1Transform.getTransformLength()); in testEncodeIntegrityTransform() local 462 ByteBuffer byteBuffer = ByteBuffer.allocate(mDhGroup1024Transform.getTransformLength()); in testEncodeDhGroupTransform() local 530 ByteBuffer byteBuffer = ByteBuffer.allocate(mEsnTransform.getTransformLength()); in testEncodeEsnTransform() local
|
| D | IkeNoncePayloadTest.java | 42 ByteBuffer byteBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testEncode() local
|
| D | IkeCertReqPayloadTest.java | 65 ByteBuffer byteBuffer = ByteBuffer.allocate(CERT_REQ_PAYLOAD.length); in testEncode() local
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
| D | IkeIdPayload.java | 119 ByteBuffer byteBuffer = ByteBuffer.allocate(getPayloadLength() - GENERIC_HEADER_LENGTH); in getEncodedPayloadBody() local 141 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 | IkeSaPayload.java | 768 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1158 protected abstract void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer); in encodeToByteBuffer() 1163 protected void encodeBasicTransformToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeBasicTransformToByteBuffer() 1364 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1454 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1536 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1617 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1704 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1749 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() 1850 protected abstract void encodeToByteBuffer(ByteBuffer byteBuffer); in encodeToByteBuffer() [all …]
|
| 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()
|
| D | IkeEapPayload.java | 69 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
| D | IkeCertReqPayload.java | 72 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
| D | IkeCertX509CertPayload.java | 77 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
| D | IkeNoncePayload.java | 86 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
| D | IkeDeletePayload.java | 148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/classifier/ |
| D | ModelManagerTest.java | 139 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_emptyDownloadedFiles() local 168 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_forceUsingBundledFiles() local 188 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_incorrectFilePath() local
|
| /packages/apps/Camera2/src/com/android/camera/processing/memory/ |
| D | ByteBufferDirectPool.java | 36 protected ByteBuffer recycle(Integer integer, ByteBuffer byteBuffer) { in recycle()
|
| /packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/ |
| D | StorageUtils.java | 369 ByteBuffer byteBuffer = ByteBuffer.wrap(bytes); in convertBytesToUUID() local 376 ByteBuffer byteBuffer = ByteBuffer.wrap(new byte[16]); in convertUUIDToBytes() local 412 ByteBuffer byteBuffer = ByteBuffer.wrap(allByteArray); in getSingleByteArray() local 422 ByteBuffer byteBuffer = ByteBuffer.wrap(bytes); in getCursorUUIDList() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
| D | NinePatchChunk.java | 50 ByteBuffer byteBuffer = in deserialize() local
|
| /packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/read/ |
| D | BlockDataTest.java | 65 ByteBuffer byteBuffer = blockData.getByteBuffer(); in getByteBuffer() local
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
| D | IkeUdpEncapPortPacketHandler.java | 65 ByteBuffer byteBuffer = ByteBuffer.wrap(recvbuf); in handlePacket() local
|