commit | 249a9d065cb1861a44a5bbd7e3d4bafc1c3eb09d | [log] [tgz] |
---|---|---|
author | Priyanka Advani <padvani@google.com> | Thu Jul 11 22:19:43 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 11 22:19:43 2024 +0000 |
tree | 360de374839a91a2d548eebb753b879195c96d92 | |
parent | 044c250b7cdc4e38472d81b02bf21022712332c1 [diff] | |
parent | 98444463f3cf7444da0c5d647c25287a525dfebf [diff] |
Merge "Revert "Update HIDL EventFlagBits to have the correct values"" into main
diff --git a/tests/msgq/1.0/ITestMsgQ.hal b/tests/msgq/1.0/ITestMsgQ.hal index 62bef0a..0cf9c7c 100644 --- a/tests/msgq/1.0/ITestMsgQ.hal +++ b/tests/msgq/1.0/ITestMsgQ.hal
@@ -18,8 +18,8 @@ interface ITestMsgQ { enum EventFlagBits : uint32_t { - FMQ_NOT_FULL = 1 << 0, - FMQ_NOT_EMPTY = 1 << 1, + FMQ_NOT_EMPTY = 1 << 0, + FMQ_NOT_FULL = 1 << 1, }; /**