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

Commit 125f3a46 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 am: 1e92b705

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

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