Home
last modified time | relevance | path

Searched defs:inputBuffer (Results 1 – 25 of 34) 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/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpByePacketTest.cpp61 uint8_t inputBuffer[] = {0xb1, 0xc8, 0xcb, 0x02}; in TEST_F() local
89 uint8_t inputBuffer[] = {0xb1, 0xc8, 0xcb, 0x02, 0xd2, 0xbd, 0x4e, 0x3e}; in TEST_F() local
122 uint8_t inputBuffer[] = {0xb1, 0xc8, 0xcb, 0x02, 0xd2, 0xbd, 0x4e, 0x3e, 0x11, 0x52, 0x54, 0x50, in TEST_F() local
/packages/services/Car/cpp/evs/support_library/
DStreamHandler.cpp287 sp<GraphicBuffer> inputBuffer = in processFrame() local
385 sp<GraphicBuffer> inputBuffer = in copyAndAnalyzeFrame() 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
DIkeIdPayload.java68 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeIdPayload() local
DIkeTsPayload.java51 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeTsPayload() 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
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
DIkeCertPayload.java86 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeCertPayload() local
DIkeSkfPayload.java77 ByteBuffer inputBuffer = ByteBuffer.wrap(message); in IkeSkfPayload() local
DIkeAuthDigitalSignPayload.java152 ByteBuffer inputBuffer = ByteBuffer.wrap(authData); in IkeAuthDigitalSignPayload() 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/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoRenderer.cpp226 uint8_t* inputBuffer = AMediaCodec_getInputBuffer(mCodec, index, &bufferSize); in processBuffers() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/android/
DImsMediaAudioPlayer.cpp316 uint8_t* inputBuffer = AMediaCodec_getInputBuffer(mCodec, index, &bufferSize); in decodeAmr() local
DImsMediaAudioSource.cpp521 uint8_t* inputBuffer = AMediaCodec_getInputBuffer(mCodec, index, &bufferSize); in queueInputBuffer() local

12