/frameworks/opt/net/ike/tests/iketests/src/java/com/android/ike/ikev2/message/ |
D | IkeDeletePayloadTest.java | 43 ByteBuffer inputBuffer = in testDecodeDeleteIkePayload() local 62 ByteBuffer inputBuffer = in testDecodeDeleteChildPayload() local 88 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidProtocol() local 103 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidSpiSize() local 118 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidNumSpi() local 134 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidNumSpiAndSpiSize() local
|
D | IkeSaPayloadTest.java | 176 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeAttribute() local 199 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEncryptionTransform() local 215 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEncryptionTransformWithInvalidKeyLength() local 262 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodePrfTransform() local 297 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeIntegrityTransform() local 313 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeIntegrityTransformWithUnrecognizedAttribute() local 348 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeDhGroupTransform() local 383 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransform() local 400 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransformWithUnsupportedId() local 415 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransformWithUnrecognizedAttribute() local [all …]
|
D | IkeIdPayloadTest.java | 93 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeIpv4AddrIdPayload() local 106 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeIpv6AddrIdPayload() local
|
D | IkeTsPayloadTest.java | 33 ByteBuffer inputBuffer = in testDecodeTsInitiatorPayload() local
|
/frameworks/ml/nn/common/operations/ |
D | Dequantize.cpp | 115 const uint8_t* inputBuffer = context->getInputBuffer<uint8_t>(kInputTensor); in execute() local 123 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local 131 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local
|
/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/ |
D | IkeEncryptedPayloadBody.java | 61 ByteBuffer inputBuffer = ByteBuffer.wrap(message); in IkeEncryptedPayloadBody() local 174 ByteBuffer inputBuffer = ByteBuffer.wrap(dataToAuthenticate); in calculateChecksum() local 201 ByteBuffer inputBuffer = ByteBuffer.allocate(paddedDataLength); in encrypt() local 223 ByteBuffer inputBuffer = ByteBuffer.wrap(encryptedData); in decrypt() local
|
D | IkeTsPayload.java | 46 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeTsPayload() local
|
D | IkeDeletePayload.java | 56 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeDeletePayload() local
|
D | IkeCertPayload.java | 63 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeCertPayload() local
|
D | IkeIdPayload.java | 63 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeIdPayload() local
|
D | IkeSaPayload.java | 63 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeSaPayload() local 176 Transform[] decodeTransforms(int count, ByteBuffer inputBuffer) throws IkeException; in decodeTransforms() 245 static Proposal readFrom(ByteBuffer inputBuffer) throws IkeException { in readFrom() 383 List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) throws IkeException; in decodeAttributes() 466 static Transform readFrom(ByteBuffer inputBuffer) throws IkeException { in readFrom() 1096 static Pair<Attribute, Integer> readFrom(ByteBuffer inputBuffer) throws IkeException { in readFrom()
|
D | IkeAuthDigitalSignPayload.java | 105 ByteBuffer inputBuffer = ByteBuffer.wrap(authData); in IkeAuthDigitalSignPayload() local
|
D | IkeAuthPayload.java | 71 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeAuthPayload() local
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | SobelFilter.java | 145 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local 151 inputBuffer, magBuffer, dirBuffer); in onProcess() local
|
D | ToGrayValuesFilter.java | 108 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
/frameworks/av/media/libaaudio/src/flowgraph/ |
D | ClipToRange.cpp | 31 const float *inputBuffer = input.getBlock(); in onProcess() local
|
D | MonoToMultiConverter.cpp | 34 const float *inputBuffer = input.getBlock(); in onProcess() local
|
D | RampLinear.cpp | 48 const float *inputBuffer = input.getBlock(); in onProcess() local
|
/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/ |
D | IkeTrafficSelector.java | 125 ByteBuffer inputBuffer = ByteBuffer.wrap(tsBytes); in decodeIkeTrafficSelectors() local 157 private static IkeTrafficSelector decodeIpv4TrafficSelector(ByteBuffer inputBuffer) in decodeIpv4TrafficSelector()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | AvgBrightnessFilter.java | 55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
D | ContrastRatioFilter.java | 55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
D | ExposureFilter.java | 60 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
/frameworks/base/core/java/android/util/ |
D | Base64InputStream.java | 34 private byte[] inputBuffer; field in Base64InputStream
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | PackageManagerBackupAgent.java | 450 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in getAncestralRecordVersionValue() local 689 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in consumeRestoreData() local 774 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in consumeRestoreData() local
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputBufferManager.cpp | 367 IComponentListener::InputBuffer &inputBuffer in processNotifications() local 400 for (const IComponentListener::InputBuffer& inputBuffer : in processNotifications() local
|