mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
graphics common: fix AIDL BufferUsage calculation am: 2c7606b721
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1364097 Change-Id: I1d5607558a08753ff79995cc0d36ce3a548e2daf
This commit is contained in:
@@ -110,5 +110,5 @@ enum BufferUsage {
|
||||
|
||||
/** bits 32-47 must be zero and are reserved for future versions */
|
||||
/** bits 48-63 are reserved for vendor extensions */
|
||||
VENDOR_MASK_HI = 0xffff << 48,
|
||||
VENDOR_MASK_HI = (1L * 0xffff) << 48,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user