Home
last modified time | relevance | path

Searched defs:requestPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/src/
H A DConnectedClient.cpp133 std::vector<ResultType>&& results, std::shared_ptr<PendingRequestPool> requestPool) { in getOrSetValuesCallback()
193 ConnectedClient::ConnectedClient(std::shared_ptr<PendingRequestPool> requestPool, in ConnectedClient()
212 std::shared_ptr<PendingRequestPool> requestPool, std::shared_ptr<IVehicleCallback> callback) in GetSetValuesClient()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/src/
H A DConnectedClient.cpp133 std::vector<ResultType>&& results, std::shared_ptr<PendingRequestPool> requestPool) { in getOrSetValuesCallback()
193 ConnectedClient::ConnectedClient(std::shared_ptr<PendingRequestPool> requestPool, in ConnectedClient()
212 std::shared_ptr<PendingRequestPool> requestPool, std::shared_ptr<IVehicleCallback> callback) in GetSetValuesClient()
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DUtils.cpp100 nn::GeneralResult<RequestMemoryPool> clone(const RequestMemoryPool& requestPool) { in clone()
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp53 for (const auto& requestPool : request.pools) { in parseInputs() local