commit | 68a0d78d585cd9db9d86a5ee2d09dde5684fcf50 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Jul 17 22:57:36 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 17 22:57:36 2024 +0000 |
tree | 71468fb348830f552c70703777dd069577f72a15 | |
parent | 550caafbfdee773a4084299e70a13d368d96580a [diff] | |
parent | 44e0d476da0956a0f2ad16e020b28a8662280d44 [diff] |
Merge "Revert^2 "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 0cf9c7c..62bef0a 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_EMPTY = 1 << 0, - FMQ_NOT_FULL = 1 << 1, + FMQ_NOT_FULL = 1 << 0, + FMQ_NOT_EMPTY = 1 << 1, }; /**