mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Revert "Update HIDL EventFlagBits to have the correct values"
This reverts commit 3df20dea31.
Reason for revert: Droidmonitor triggered revert due to b/352430316. Will be verifying through ABTD before submission.
Change-Id: I1c61ec1e341cb30e25088eb1201525236ccf764c
This commit is contained in:
committed by
Gerrit Code Review
parent
3df20dea31
commit
98444463f3
@@ -18,8 +18,8 @@ package android.hardware.tests.msgq@1.0;
|
||||
|
||||
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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user