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

Commit b65428cc authored by Wonsik Kim's avatar Wonsik Kim
Browse files

hidl plugin sample: notify queue condition at queue

Bug: 238150826
Test: m sample-codec2-hidl-plugin
Change-Id: Id3736ed003bed661ae36326124c84b6a7d022b5c
parent 1dbc0ffc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -417,6 +417,7 @@ public:
        }
        std::unique_lock lock(mQueueMutex);
        mQueue.splice(mQueue.end(), *items);
        mQueueCondition.notify_all();
        return C2_OK;
    }