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

Commit ed4ec079 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: Ic30d3dbc1118c3820b9e6f3996c36b99f71ea485
parents e5a27e76 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;