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

Commit 44e0d476 authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

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

This reverts commit 98444463.

Reason for revert: needed to be submitted together with libfmq CL

Change-Id: Iad7cce6a38a7750ad88530c7a10521f8ff3d3ef8
Test: atest fmq_test fmq_unit_tests
Bug: 352396902
parent 98444463
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,
    };

    /**