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

Commit 4e22d0a6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "hidl plugin sample: notify queue condition at queue" am: 1b70d657 am:...

Merge "hidl plugin sample: notify queue condition at queue" am: 1b70d657 am: 1917f6bd am: 0e2781de

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2154817



Change-Id: Icfcc956843fad0a0b353c44b1dc4ff7c7de7bf20
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 14db6c5e 0e2781de
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -417,6 +417,7 @@ public:
        }
        }
        std::unique_lock lock(mQueueMutex);
        std::unique_lock lock(mQueueMutex);
        mQueue.splice(mQueue.end(), *items);
        mQueue.splice(mQueue.end(), *items);
        mQueueCondition.notify_all();
        return C2_OK;
        return C2_OK;
    }
    }