diff options
-rw-r--r-- | libs/binder/ndk/libbinder_ndk.map.txt | 16 | ||||
-rw-r--r-- | libs/nativewindow/libnativewindow.map.txt | 38 | ||||
-rw-r--r-- | opengl/libs/libEGL.map.txt | 4 |
3 files changed, 29 insertions, 29 deletions
diff --git a/libs/binder/ndk/libbinder_ndk.map.txt b/libs/binder/ndk/libbinder_ndk.map.txt index d4d5387f33..d59d6e42c6 100644 --- a/libs/binder/ndk/libbinder_ndk.map.txt +++ b/libs/binder/ndk/libbinder_ndk.map.txt @@ -89,12 +89,12 @@ LIBBINDER_NDK { # introduced=29 AStatus_getStatus; AStatus_isOk; AStatus_newOk; - ABinderProcess_joinThreadPool; # apex vndk - ABinderProcess_setThreadPoolMaxThreadCount; # apex vndk - ABinderProcess_startThreadPool; # apex vndk - AServiceManager_addService; # apex vndk - AServiceManager_checkService; # apex vndk - AServiceManager_getService; # apex vndk + ABinderProcess_joinThreadPool; # apex llndk + ABinderProcess_setThreadPoolMaxThreadCount; # apex llndk + ABinderProcess_startThreadPool; # apex llndk + AServiceManager_addService; # apex llndk + AServiceManager_checkService; # apex llndk + AServiceManager_getService; # apex llndk local: *; }; @@ -105,8 +105,8 @@ LIBBINDER_NDK30 { # introduced=30 AIBinder_setExtension; AIBinder_markSystemStability; # apex - AIBinder_markVendorStability; # vndk - AIBinder_markVintfStability; # apex vndk + AIBinder_markVendorStability; # llndk + AIBinder_markVintfStability; # apex llndk local: *; }; diff --git a/libs/nativewindow/libnativewindow.map.txt b/libs/nativewindow/libnativewindow.map.txt index b741faa11f..daf1dcc2ef 100644 --- a/libs/nativewindow/libnativewindow.map.txt +++ b/libs/nativewindow/libnativewindow.map.txt @@ -2,9 +2,9 @@ LIBNATIVEWINDOW { global: AHardwareBuffer_acquire; AHardwareBuffer_allocate; - AHardwareBuffer_createFromHandle; # vndk + AHardwareBuffer_createFromHandle; # llndk AHardwareBuffer_describe; - AHardwareBuffer_getNativeHandle; # vndk + AHardwareBuffer_getNativeHandle; # llndk AHardwareBuffer_isSupported; # introduced=29 AHardwareBuffer_lock; AHardwareBuffer_lockAndGetInfo; # introduced=29 @@ -13,12 +13,12 @@ LIBNATIVEWINDOW { AHardwareBuffer_release; AHardwareBuffer_sendHandleToUnixSocket; AHardwareBuffer_unlock; - ANativeWindowBuffer_getHardwareBuffer; # vndk - ANativeWindow_OemStorageGet; # vndk - ANativeWindow_OemStorageSet; # vndk + ANativeWindowBuffer_getHardwareBuffer; # llndk + ANativeWindow_OemStorageGet; # llndk + ANativeWindow_OemStorageSet; # llndk ANativeWindow_acquire; - ANativeWindow_cancelBuffer; # vndk - ANativeWindow_dequeueBuffer; # vndk + ANativeWindow_cancelBuffer; # llndk + ANativeWindow_dequeueBuffer; # llndk ANativeWindow_getBuffersDataSpace; # introduced=28 ANativeWindow_getFormat; ANativeWindow_getHeight; @@ -27,23 +27,23 @@ LIBNATIVEWINDOW { ANativeWindow_getLastQueueDuration; # apex # introduced=30 ANativeWindow_getWidth; ANativeWindow_lock; - ANativeWindow_query; # vndk - ANativeWindow_queryf; # vndk - ANativeWindow_queueBuffer; # vndk + ANativeWindow_query; # llndk + ANativeWindow_queryf; # llndk + ANativeWindow_queueBuffer; # llndk ANativeWindow_release; - ANativeWindow_setAutoPrerotation; # vndk - ANativeWindow_setAutoRefresh; # vndk - ANativeWindow_setBufferCount; # vndk + ANativeWindow_setAutoPrerotation; # llndk + ANativeWindow_setAutoRefresh; # llndk + ANativeWindow_setBufferCount; # llndk ANativeWindow_setBuffersDataSpace; # introduced=28 - ANativeWindow_setBuffersDimensions; # vndk - ANativeWindow_setBuffersFormat; # vndk + ANativeWindow_setBuffersDimensions; # llndk + ANativeWindow_setBuffersFormat; # llndk ANativeWindow_setBuffersGeometry; - ANativeWindow_setBuffersTimestamp; # vndk + ANativeWindow_setBuffersTimestamp; # llndk ANativeWindow_setBuffersTransform; ANativeWindow_setDequeueTimeout; # apex # introduced=30 - ANativeWindow_setSharedBufferMode; # vndk - ANativeWindow_setSwapInterval; # vndk - ANativeWindow_setUsage; # vndk + ANativeWindow_setSharedBufferMode; # llndk + ANativeWindow_setSwapInterval; # llndk + ANativeWindow_setUsage; # llndk ANativeWindow_unlockAndPost; local: *; diff --git a/opengl/libs/libEGL.map.txt b/opengl/libs/libEGL.map.txt index b2d795745f..0c14e01c7b 100644 --- a/opengl/libs/libEGL.map.txt +++ b/opengl/libs/libEGL.map.txt @@ -28,7 +28,7 @@ LIBEGL { eglDestroySurface; eglDestroySync; # introduced=29 eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 - eglDupNativeFenceFDANDROID; # vndk + eglDupNativeFenceFDANDROID; # llndk eglGetConfigAttrib; eglGetConfigs; eglGetCurrentContext; @@ -54,7 +54,7 @@ LIBEGL { eglQueryStreamTimeKHR; # introduced=23 eglQueryStreamu64KHR; # introduced=23 eglQueryString; - eglQueryStringImplementationANDROID; # vndk + eglQueryStringImplementationANDROID; # llndk eglQuerySurface; eglReleaseTexImage; eglReleaseThread; |