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

Commit 0129f433 authored by Marissa Wall's avatar Marissa Wall
Browse files

gralloc: clean up comments

Clean up code comments based on review comments in ag/9684750 and
ag/9684750.

Bug: 144551649
Test: Compiles
Change-Id: I96f5962d2c1b79352f85dcf9354689814310ecc0
parent b27fdb43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ parcelable ExtendableType {
     * For custom vendor types, the "name" field will be set to the name of the custom
     * @VendorStability vendor AIDL interface such as
     * "vendor.mycompanyname.graphics.common.Compression". The name of the vendor extension should
     * contain the name of the company that owns the extension. Including the company
     * contain the name of the owner of the extension. Including the company
     * name in the "name" field prevents type collisions between different vendors.
     */
    @utf8InCpp String name;
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ interface IMapper {
     * to read from a buffer, they have permission to read the buffer's metadata.
     *
     * There is one exception to this rule. Fences CANNOT be used to protect a buffer's
     * metadata. A process should finish writing to a buffer's metadata before sending
     * metadata. A process should finish writing to a buffer's metadata before
     * sending the buffer to another process that will read or write to the buffer.
     * This exception is needed because sometimes userspace needs to read the
     * buffer's metadata before the buffer's contents are ready.