mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Revert^2 "Update HIDL EventFlagBits to have the correct values"" into main
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user