Home
last modified time | relevance | path

Searched refs:packetInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DInvalidSelectorsException.java52 public InvalidSelectorsException(int spi, @NonNull byte[] packetInfo) { in InvalidSelectorsException() argument
53 super(ERROR_TYPE_INVALID_SELECTORS, packetInfo); in InvalidSelectorsException()
54 Objects.requireNonNull(packetInfo, "packetInfo is null"); in InvalidSelectorsException()
56 mIpSecPacketInfo = packetInfo.clone(); in InvalidSelectorsException()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeExceptionTest.java81 final byte[] packetInfo = in testInvalidSelectorsException()
85 final InvalidSelectorsException exception = new InvalidSelectorsException(spi, packetInfo); in testInvalidSelectorsException()
86 assertArrayEquals(packetInfo, exception.getIpSecPacketInfo()); in testInvalidSelectorsException()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstUtils.cpp200 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
202 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
203 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()
204 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()
205 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
338 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
340 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
341 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()
342 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstServer.cpp180 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
182 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
183 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()
184 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()
185 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
H A DExecutionBurstController.cpp165 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
167 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
168 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()
169 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()