Home
last modified time | relevance | path

Searched defs:inputBuffer (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java276 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeAttribute() local
299 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEncryptionTransform() local
315 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEncryptionTransformWithInvalidKeyLength() local
361 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodePrfTransform() local
396 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeIntegrityTransform() local
412 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeIntegrityTransformWithUnrecognizedAttribute() local
447 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeDhGroupTransform() local
482 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransform() local
499 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransformWithUnsupportedId() local
514 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransformWithUnrecognizedAttribute() local
[all …]
DIkeDeletePayloadTest.java55 ByteBuffer inputBuffer = in testDecodeDeleteIkePayload() local
74 ByteBuffer inputBuffer = in testDecodeDeleteChildPayload() local
97 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidProtocol() local
112 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidSpiSize() local
127 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidNumSpi() local
143 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidNumSpiAndSpiSize() local
DIkeIdPayloadTest.java213 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeIpv4AddrIdPayload() local
226 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeIpv6AddrIdPayload() local
239 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeFqdnIdPayload() local
252 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeRfc822AddrIdPayload() local
264 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeKeyIdPayload() local
277 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeDerAsn1DnIdPayload() local
DIkeTsPayloadTest.java76 ByteBuffer inputBuffer = in testDecodeTsInitiatorPayload() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DDequantize.cpp91 const uint8_t* inputBuffer = context->getInputBuffer<uint8_t>(kInputTensor); in execute() local
99 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local
107 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local
115 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeCertReqPayload.java59 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeCertReqPayload() local
DIkeDeletePayload.java76 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeDeletePayload() local
DIkeTsPayload.java51 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeTsPayload() local
DIkeIdPayload.java68 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeIdPayload() local
DIkeSaPayload.java79 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeSaPayload() local
582 Transform[] decodeTransforms(int count, ByteBuffer inputBuffer) throws IkeProtocolException; in decodeTransforms()
645 static Proposal readFrom(ByteBuffer inputBuffer) throws IkeProtocolException { in readFrom()
737 public Transform[] decodeTransforms(int count, ByteBuffer inputBuffer) in decodeTransforms()
1003 List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes()
1072 static Transform readFrom(ByteBuffer inputBuffer) throws IkeProtocolException { in readFrom()
1113 public List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes()
1815 static Pair<Attribute, Integer> readFrom(ByteBuffer inputBuffer) in readFrom()
DIkeAuthPayload.java70 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeAuthPayload() local
DIkeCertPayload.java86 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeCertPayload() local
DIkeConfigPayload.java114 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeConfigPayload() local
251 static List<ConfigAttribute> decodeAttributesFrom(ByteBuffer inputBuffer) in decodeAttributesFrom()
271 private static ConfigAttribute decodeSingleAttributeFrom(ByteBuffer inputBuffer) in decodeSingleAttributeFrom()
724 ByteBuffer inputBuffer = ByteBuffer.wrap(value); in ConfigAttributeIpv4Subnet() local
996 ByteBuffer inputBuffer = ByteBuffer.wrap(value); in TunnelModeChildConfigAttrIpv6AddrRangeBase() local
DIkeSkfPayload.java77 ByteBuffer inputBuffer = ByteBuffer.wrap(message); in IkeSkfPayload() local
DIkeAuthDigitalSignPayload.java152 ByteBuffer inputBuffer = ByteBuffer.wrap(authData); in IkeAuthDigitalSignPayload() local
DIkeEncryptedPayloadBody.java78 ByteBuffer inputBuffer = ByteBuffer.wrap(message); in IkeEncryptedPayloadBody() local
DIkeKePayload.java167 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeKePayload() local
DIkeNotifyPayload.java278 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeNotifyPayload() local
/packages/services/Car/cpp/evs/support_library/
DStreamHandler.cpp304 sp<GraphicBuffer> inputBuffer = new GraphicBuffer( in processFrame() local
410 sp<GraphicBuffer> inputBuffer = new GraphicBuffer( in copyAndAnalyzeFrame() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMac.java70 ByteBuffer inputBuffer = ByteBuffer.wrap(dataToSign); in signBytes() local
DAesXCbcImpl.java143 ByteBuffer inputBuffer = ByteBuffer.wrap(dataToEncrypt); in encryptAesBlock() local
DIkeNormalModeCipher.java84 ByteBuffer inputBuffer = ByteBuffer.wrap(data); in doCipherAction() local
DIkeCombinedModeCipher.java107 ByteBuffer inputBuffer = ByteBuffer.wrap(data); in doCipherAction() local
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeTrafficSelector.java282 ByteBuffer inputBuffer = ByteBuffer.wrap(tsBytes); in decodeIkeTrafficSelectors() local
316 private static IkeTrafficSelector decodeTrafficSelector(ByteBuffer inputBuffer, int tsType) in decodeTrafficSelector()
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DFileTsStreamer.java307 private int read(byte[] inputBuffer) { in read()

12