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

Commit d6a18387 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

Remove API level mentions from typedefs

Change-Id: I0a988f72133ee4ee0a8c686262b4f5a7efb3985c
Flag: EXEMPT bug fix
Fixes: 367739111
Test: presubmit
parent e5b30da8
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -156,8 +156,6 @@ typedef struct ASurfaceTransactionStats ASurfaceTransactionStats;
 *
 * THREADING
 * The transaction completed callback can be invoked on any thread.
 *
 * Available since API level 29.
 */
typedef void (*ASurfaceTransaction_OnComplete)(void* _Null_unspecified context,
                                               ASurfaceTransactionStats* _Nonnull stats);
@@ -184,8 +182,6 @@ typedef void (*ASurfaceTransaction_OnComplete)(void* _Null_unspecified context,
 *
 * THREADING
 * The transaction committed callback can be invoked on any thread.
 *
 * Available since API level 31.
 */
typedef void (*ASurfaceTransaction_OnCommit)(void* _Null_unspecified context,
                                             ASurfaceTransactionStats* _Nonnull stats);
@@ -213,8 +209,6 @@ typedef void (*ASurfaceTransaction_OnCommit)(void* _Null_unspecified context,
 *
 * THREADING
 * The callback can be invoked on any thread.
 *
 * Available since API level 36.
 */
typedef void (*ASurfaceTransaction_OnBufferRelease)(void* _Null_unspecified context,
                                                    int release_fence_fd);