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

Commit 6efc6f93 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Revert^2 "Update HIDL EventFlagBits to have the correct values"" into...

Merge "Revert^2 "Update HIDL EventFlagBits to have the correct values"" into main am: 68a0d78d am: 27d71d08

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



Change-Id: I38786c7b29d04342614cf00f52f1715a128c824b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 68f5aa2e 27d71d08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ package android.hardware.tests.msgq@1.0;

interface ITestMsgQ {
    enum EventFlagBits : uint32_t {
        FMQ_NOT_EMPTY = 1 << 0,
        FMQ_NOT_FULL  = 1 << 1,
        FMQ_NOT_FULL = 1 << 0,
        FMQ_NOT_EMPTY  = 1 << 1,
    };

    /**