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

Commit 39bb7666 authored by Xusong Wang's avatar Xusong Wang Committed by Automerger Merge Worker
Browse files

Fix a bug in reusable burst execution. am: 5e045957

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

Change-Id: Ica707685590b243f5649ef752507fbb82d3d189e
parents 83b0b9a2 5e045957
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;