/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateBurst.cpp | 131 std::vector<FmqRequestDatum> serialized = originalSerialized; in validate() local 132 mutate(&serialized); in validate() 135 if (serialized.size() > kExecutionBurstChannelLength) { in validate() 142 ASSERT_TRUE(sender->sendPacket(serialized)); in validate() 186 const std::vector<FmqRequestDatum>& serialized) { in removeDatumTest() argument 187 for (size_t index = 0; index < serialized.size(); ++index) { in removeDatumTest() 189 validate(sender, receiver, message, serialized, in removeDatumTest() 190 [index](std::vector<FmqRequestDatum>* serialized) { in removeDatumTest() argument 191 serialized->erase(serialized->begin() + index); in removeDatumTest() 199 const std::vector<FmqRequestDatum>& serialized) { in addDatumTest() argument [all …]
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateBurst.cpp | 125 std::vector<FmqRequestDatum> serialized = originalSerialized; in validate() local 126 mutate(&serialized); in validate() 129 if (serialized.size() > kExecutionBurstChannelLength) { in validate() 136 ASSERT_TRUE(sender->sendPacket(serialized)); in validate() 180 const std::vector<FmqRequestDatum>& serialized) { in removeDatumTest() argument 181 for (size_t index = 0; index < serialized.size(); ++index) { in removeDatumTest() 183 validate(sender, receiver, message, serialized, in removeDatumTest() 184 [index](std::vector<FmqRequestDatum>* serialized) { in removeDatumTest() argument 185 serialized->erase(serialized->begin() + index); in removeDatumTest() 193 const std::vector<FmqRequestDatum>& serialized) { in addDatumTest() argument [all …]
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 119 * FmqRequestDatum is a single element of a serialized representation of an 123 * The serialized representation for a particular execution is referred to later 129 * The request is serialized as follows: 246 * FmqResultDatum is a single element of a serialized representation of the 251 * The serialized representation for a particular execution is referred to later 258 * vec<{@link OutputShape}>) are serialized as follows:
|
D | IPreparedModel.hal | 153 * operands have fully specified dimensions, and a valid serialized Request 161 * @param requestChannel FMQ used by the client to send a serialized Request
|
D | types.hal | 5079 * FmqRequestDatum is a single element of a serialized representation of an 5083 * The serialized representation for a particular execution is referred to later 5089 * The request is serialized as follows: 5206 * FmqResultDatum is a single element of a serialized representation of the 5211 * The serialized representation for a particular execution is referred to later 5218 * vec<{@link OutputShape}>) are serialized as follows:
|
/hardware/ril/librilutils/proto/ |
D | sap-api.proto | 10 // the serialized format of MsgHeader. 11 // MsgHeader payload field will contain the serialized format of 15 // will contain the serialized wire format of a
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | ExecutionBurstUtils.cpp | 425 const std::vector<FmqRequestDatum> serialized = serialize(request, measure, slots); in send() local 426 return sendPacket(serialized); in send() 583 const std::vector<FmqResultDatum> serialized = serialize(errorStatus, outputShapes, timing); in send() local 584 sendPacket(serialized); in send()
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDeviceCallback.hal | 32 * This call may be serialized in camera service so it is strongly
|
/hardware/interfaces/wifi/supplicant/1.3/ |
D | ISupplicantStaIfaceCallback.hal | 153 * @param serializedEntry is serialized PMK cache entry, the content is
|
D | ISupplicantStaNetwork.hal | 244 * @param serializedEntry is serialized PMK cache entry, the content is
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 281 * The vector is not serialized (either locally or to the cloud),
|
/hardware/interfaces/broadcastradio/2.0/ |
D | types.hal | 595 * serialization capabilities: they are serialized locally, but ignored by the
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2303 * bytes is a serialized VMS message as defined in the vms protocol 3303 * bytes: the serialized message of NavigationStateProto. 4569 * with a serialized VMS data packet as defined in the VMS protocol. 4576 * A request from the publishers to the VMS service to get a Publisher ID for a serialized VMS
|