/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Utils.cpp | 34 nn::GeneralResult<std::vector<Type>> cloneVec(const std::vector<Type>& arguments) { in cloneVec() argument 36 clonedObjects.reserve(arguments.size()); in cloneVec() 37 for (const auto& argument : arguments) { in cloneVec() 44 nn::GeneralResult<std::vector<Type>> clone(const std::vector<Type>& arguments) { in clone() argument 45 return cloneVec(arguments); in clone()
|
D | Conversions.cpp | 78 const std::vector<Type>& arguments) { in unvalidatedConvertVec() argument 80 canonical.reserve(arguments.size()); in unvalidatedConvertVec() 81 for (const auto& argument : arguments) { in unvalidatedConvertVec() 89 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 90 return unvalidatedConvertVec(arguments); in unvalidatedConvert() 102 const std::vector<Type>& arguments) { in validatedConvert() argument 104 canonical.reserve(arguments.size()); in validatedConvert() 105 for (const auto& argument : arguments) { in validatedConvert() 591 const std::vector<Type>& arguments) { in unvalidatedConvertVec() argument 593 halObject.reserve(arguments.size()); in unvalidatedConvertVec() [all …]
|
/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
D | Conversions.cpp | 51 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 53 canonical.reserve(arguments.size()); in unvalidatedConvert() 54 for (const auto& argument : arguments) { in unvalidatedConvert() 177 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 178 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 179 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 180 halObject[i] = NN_TRY(unvalidatedConvert(arguments[i])); in unvalidatedConvert()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Conversions.cpp | 65 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 67 canonical.reserve(arguments.size()); in unvalidatedConvert() 68 for (const auto& argument : arguments) { in unvalidatedConvert() 83 const hidl_vec<Type>& arguments) { in validatedConvert() argument 85 canonical.reserve(arguments.size()); in validatedConvert() 86 for (const auto& argument : arguments) { in validatedConvert() 348 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 349 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 350 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 351 halObject[i] = NN_TRY(unvalidatedConvert(arguments[i])); in unvalidatedConvert() [all …]
|
D | ExecutionBurstServer.cpp | 205 auto arguments = mRequestChannelReceiver->getBlocking(); in task() local 211 if (!arguments.has_value()) { in task() 220 const auto [requestWithoutPools, slotsOfPools, measure] = std::move(arguments).value(); in task()
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | README | 20 library](https://github.com/google/benchmark). All of the commandline arguments 23 In addition to the command line arguments provided by microbenchmark,
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Conversions.cpp | 80 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 82 canonical.reserve(arguments.size()); in unvalidatedConvert() 83 for (const auto& argument : arguments) { in unvalidatedConvert() 98 const hidl_vec<Type>& arguments) { in validatedConvert() argument 100 canonical.reserve(arguments.size()); in validatedConvert() 101 for (const auto& argument : arguments) { in validatedConvert() 411 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 412 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 413 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 414 halObject[i] = NN_TRY(unvalidatedConvert(arguments[i])); in unvalidatedConvert() [all …]
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Conversions.cpp | 61 const hidl_vec<Type>& arguments) { in unvalidatedConvert() argument 63 canonical.reserve(arguments.size()); in unvalidatedConvert() 64 for (const auto& argument : arguments) { in unvalidatedConvert() 249 const std::vector<Type>& arguments) { in unvalidatedConvert() argument 250 hidl_vec<UnvalidatedConvertOutput<Type>> halObject(arguments.size()); in unvalidatedConvert() 251 for (size_t i = 0; i < arguments.size(); ++i) { in unvalidatedConvert() 252 halObject[i] = NN_TRY(utils::unvalidatedConvert(arguments[i])); in unvalidatedConvert()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Android.bp | 33 "-Xclang", "-fallow-half-arguments-and-returns" ], 38 "-Xclang", "-fallow-half-arguments-and-returns" ],
|
/hardware/interfaces/fastboot/1.1/ |
D | IFastboot.hal | 28 * INVALID_ARGUMENT for bad arguments,
|
/hardware/interfaces/configstore/1.1/default/seccomp_policy/ |
D | configstore@1.1-arm64.policy | 21 # TODO(b/68162846) reduce scope of prctl() based on arguments
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IExecutionCallback.hal | 40 * - INVALID_ARGUMENT if one of the input arguments to
|
D | IPreparedModelCallback.hal | 45 * - INVALID_ARGUMENT if one of the input arguments to
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/interfaces/neuralnetworks/aidl/utils/ |
D | Android.bp | 77 /* GMOCK defines functions for printing all MOCK_DEVICE arguments and
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 43 * These are struct declarations for the function arguments
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicleCallback.hal | 25 * arguments) or when the IVehicle#set method was called and the actual
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 39 * INVALID_ARGUMENTS if invalid arguments are passed. 112 * INVALID_ARGUMENTS if invalid arguments are passed
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModelCallback.hal | 47 * - INVALID_ARGUMENT if one of the input arguments to
|
D | IExecutionCallback.hal | 45 * - INVALID_ARGUMENT if one of the input arguments to
|
/hardware/interfaces/fastboot/1.0/ |
D | IFastboot.hal | 38 * INVALID_ARGUMENT for bad arguments,
|