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

Commit 5dac4f71 authored by Ryan Prichard's avatar Ryan Prichard Committed by Automerger Merge Worker
Browse files

Merge "libstagefright_aidl_bufferpool2: avoid list<const T>" into main am:...

Merge "libstagefright_aidl_bufferpool2: avoid list<const T>" into main am: 9c94c5c4 am: 285af4d7

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



Change-Id: I14dba41bd53f1a9bf52255adc44de4ea4e9af7e8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1dfe4f46 285af4d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ void Accessor::evictorThread(
        std::map<const std::weak_ptr<Accessor>, nsecs_t, std::owner_less<>> &accessors,
        std::mutex &mutex,
        std::condition_variable &cv) {
    std::list<const std::weak_ptr<Accessor>> evictList;
    std::list<std::weak_ptr<Accessor>> evictList;
    while (true) {
        int expired = 0;
        int evicted = 0;