diff options
author | 2017-03-03 18:47:49 +0000 | |
---|---|---|
committer | 2017-03-03 18:47:52 +0000 | |
commit | 1e92e7fbfc128a3103e98f12d579ae01d027e2a4 (patch) | |
tree | 1faeffe76101c1fc32ed2501b858ed1fe29cd761 | |
parent | dd13361f53075269ca6b87bea5353d0ac523f458 (diff) | |
parent | bce1d3b60b145d75f6ed1fdd16d2bf3e31f41301 (diff) |
Merge "Revert "Remove AHardwareBuffer_ API from libandroid""
-rw-r--r-- | native/android/libandroid.map.txt | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 3ede2ee639bf..1b1f28c37469 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -139,16 +139,27 @@ LIBANDROID { ANativeActivity_setWindowFlags; ANativeActivity_setWindowFormat; ANativeActivity_showSoftInput; - ANativeWindow_acquire; # removed=26 - ANativeWindow_fromSurface; # removed=26 - ANativeWindow_fromSurfaceTexture; # removed=26 - ANativeWindow_getFormat; # removed=26 - ANativeWindow_getHeight; # removed=26 - ANativeWindow_getWidth; # removed=26 - ANativeWindow_lock; # removed=26 - ANativeWindow_release; # removed=26 - ANativeWindow_setBuffersGeometry; # removed=26 - ANativeWindow_unlockAndPost; # removed=26 + AHardwareBuffer_acquire; # introduced=26 + AHardwareBuffer_allocate; # introduced=26 + AHardwareBuffer_describe; # introduced=26 + AHardwareBuffer_fromHardwareBuffer; # introduced=26 + AHardwareBuffer_getNativeHandle; # introduced=26 + AHardwareBuffer_lock; # introduced=26 + AHardwareBuffer_recvHandleFromUnixSocket; # introduced=26 + AHardwareBuffer_release; # introduced=26 + AHardwareBuffer_sendHandleToUnixSocket; # introduced=26 + AHardwareBuffer_toHardwareBuffer; # introduced=26 + AHardwareBuffer_unlock; # introduced=26 + ANativeWindow_acquire; + ANativeWindow_fromSurface; + ANativeWindow_fromSurfaceTexture; # introduced-arm=13 introduced-mips=13 introduced-x86=13 + ANativeWindow_getFormat; + ANativeWindow_getHeight; + ANativeWindow_getWidth; + ANativeWindow_lock; + ANativeWindow_release; + ANativeWindow_setBuffersGeometry; + ANativeWindow_unlockAndPost; AObbInfo_delete; AObbInfo_getFlags; AObbInfo_getPackageName; |