Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
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()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeExceptionTest.java81 final byte[] packetInfo = in testInvalidSelectorsException()
85 final InvalidSelectorsException exception = new InvalidSelectorsException(spi, packetInfo); in testInvalidSelectorsException()
86 assertArrayEquals(packetInfo, exception.getIpSecPacketInfo()); in testInvalidSelectorsException()
/packages/modules/NeuralNetworks/common/
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()
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()