Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e92b705 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix a bug in reusable burst execution." into sc-dev am: e325f3b1

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14627832

Change-Id: I37fd1a80512189cc79ca956826d4e5bc40c3570b
parents 0e7aca8e e325f3b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ class BurstExecution final : public nn::IExecution,
  private:
    const std::shared_ptr<const Burst> kBurst;
    const Request kRequest;
    const std::vector<int64_t>& kMemoryIdentifierTokens;
    const std::vector<int64_t> kMemoryIdentifierTokens;
    const bool kMeasure;
    const int64_t kLoopTimeoutDuration;
    const hal::utils::RequestRelocation kRelocation;