summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-02 00:35:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-10-02 00:35:20 +0000
commitff7e4543c2a715cf0931f8bf95bbaaf6a6ad221e (patch)
tree6e4501670f5921c968c0bbe96db27a275dda8070
parent99b422f184b08ba1b0c02ef9300fc283a728b8a4 (diff)
parentd6a18387c2f508ca52aecf4d96419c28b3581752 (diff)
Merge "Remove API level mentions from typedefs" into main
-rw-r--r--include/android/surface_control.h6
1 files changed, 0 insertions, 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);