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

This commit is contained in:
Sungtak Lee
2023-11-27 17:52:47 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ interface IGraphicBufferAllocator {
ParcelFileDescriptor getWaitableFd(); ParcelFileDescriptor getWaitableFd();
parcelable Allocation { parcelable Allocation {
android.hardware.HardwareBuffer buffer; android.hardware.HardwareBuffer buffer;
ParcelFileDescriptor fence; @nullable ParcelFileDescriptor fence;
} }
parcelable Description { parcelable Description {
int width; int width;

View File

@@ -35,7 +35,7 @@ interface IGraphicBufferAllocator {
*/ */
parcelable Allocation { parcelable Allocation {
HardwareBuffer buffer; HardwareBuffer buffer;
ParcelFileDescriptor fence; @nullable ParcelFileDescriptor fence;
} }
/** /**