Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t130 * 1) 'packetInformation'
150 * "packetInformation" datum.
194 * packetInformation is the first element of the packet and describes the
197 PacketInformation packetInformation;
259 * 1) 'packetInformation'
273 * "packetInformation" datum.
305 * packetInformation is the first element of the packet and describes the
309 PacketInformation packetInformation;
Dtypes.hal5090 * 1) 'packetInformation'
5110 * "packetInformation" datum.
5154 * packetInformation is the first element of the packet and describes the
5157 PacketInformation packetInformation;
5219 * 1) 'packetInformation'
5233 * "packetInformation" datum.
5265 * packetInformation is the first element of the packet and describes the
5269 PacketInformation packetInformation;
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstUtils.cpp88 data.back().packetInformation( in serialize()
158 data.back().packetInformation({.packetSize = static_cast<uint32_t>(count), in serialize()
195 if (data.size() == 0 || data[index].getDiscriminator() != discriminator::packetInformation) { in deserialize()
200 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize()
333 if (data.size() == 0 || data[index].getDiscriminator() != discriminator::packetInformation) { in deserialize()
338 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp157 const FmqRequestDatum::PacketInformation packetInformation = { in createBadRequestPacketEntries() local
164 bad[0].packetInformation(packetInformation); in createBadRequestPacketEntries()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp151 const FmqRequestDatum::PacketInformation packetInformation = { in createBadRequestPacketEntries() local
158 bad[0].packetInformation(packetInformation); in createBadRequestPacketEntries()