From d6a18387c2f508ca52aecf4d96419c28b3581752 Mon Sep 17 00:00:00 2001 From: Vishnu Nair Date: Mon, 30 Sep 2024 22:36:21 +0000 Subject: Remove API level mentions from typedefs Change-Id: I0a988f72133ee4ee0a8c686262b4f5a7efb3985c Flag: EXEMPT bug fix Fixes: 367739111 Test: presubmit --- include/android/surface_control.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/android/surface_control.h b/include/android/surface_control.h index bf9acb37da..8d61e772cc 100644 --- a/include/android/surface_control.h +++ b/include/android/surface_control.h @@ -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); -- cgit v1.2.3-59-g8ed1b