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

Commit b4b68e10 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change buffer invalidataion FMQ to unsync"

parents 1d2790db 5c8e455d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,5 +68,5 @@ interface IAccessor {
        generates (ResultStatus status, IConnection connection,
                   int64_t connectionId,
                   fmq_sync<BufferStatusMessage> toFmqDesc,
                   fmq_sync<BufferInvalidationMessage> fromFmqDesc);
                   fmq_unsync<BufferInvalidationMessage> fromFmqDesc);
};
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ struct BufferStatusMessage {
struct BufferInvalidationMessage {
    /**
     * Buffers from fromBufferId to toBufferId must be invalidated.
     * Both of fromBufferId and toBufferId are inclusive.
     * fromBufferId is inclusive, but toBufferId is not inclusive.
     * If fromBufferId > toBufferID, wrap happens. In that case
     * the wrap is based on UINT32_MAX.
     */