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

Commit cf5c2cf4 authored by Sungtak Lee's avatar Sungtak Lee Committed by Gerrit Code Review
Browse files

Merge "media.c2 aidl: handle the case of fence being invalid" into main

parents 20c6549f 80345e90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ interface IGraphicBufferAllocator {
  ParcelFileDescriptor getWaitableFd();
  parcelable Allocation {
    android.hardware.HardwareBuffer buffer;
    ParcelFileDescriptor fence;
    @nullable ParcelFileDescriptor fence;
  }
  parcelable Description {
    int width;
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ interface IGraphicBufferAllocator {
     */
    parcelable Allocation {
        HardwareBuffer buffer;
        ParcelFileDescriptor fence;
        @nullable ParcelFileDescriptor fence;
    }

    /**