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

Commit 31974134 authored by Matt Buckley's avatar Matt Buckley
Browse files

Change default session tag to 'APP' from 'OTHER'

Test: manual
Bug: 315894228
Change-Id: I1f85147b185db0694c9510b1be72aa7e94cd462e
parent 7d217a8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public:

    APerformanceHintSession* createSession(const int32_t* threadIds, size_t size,
                                           int64_t initialTargetWorkDurationNanos,
                                           hal::SessionTag tag = hal::SessionTag::OTHER);
                                           hal::SessionTag tag = hal::SessionTag::APP);
    int64_t getPreferredRateNanos() const;

private: