mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "media.c2 aidl: handle the case of fence being invalid" into main
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ interface IGraphicBufferAllocator {
|
|||||||
*/
|
*/
|
||||||
parcelable Allocation {
|
parcelable Allocation {
|
||||||
HardwareBuffer buffer;
|
HardwareBuffer buffer;
|
||||||
ParcelFileDescriptor fence;
|
@nullable ParcelFileDescriptor fence;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user