From e9345521e34a72180e80ffb4d3382a10c1e8a0fe Mon Sep 17 00:00:00 2001 From: renn Date: Thu, 10 Jan 2019 10:27:48 -0800 Subject: [PATCH] Adds new HardwareBuffer plane-locking functions to NDK Test: Run cts-tradefed run commandAndExit cts -m CtsNativeHardwareTestCases Change-Id: I253abd9f862dc0fcdc55c228164fc37edf35cb7b --- native/android/libandroid.map.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 537aed498cd28..88601dc5f4525 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -146,6 +146,7 @@ LIBANDROID { AHardwareBuffer_getNativeHandle; # introduced=26 AHardwareBuffer_isSupported; # introduced=29 AHardwareBuffer_lock; # introduced=26 + AHardwareBuffer_lockPlanes; # introduced=29 AHardwareBuffer_recvHandleFromUnixSocket; # introduced=26 AHardwareBuffer_release; # introduced=26 AHardwareBuffer_sendHandleToUnixSocket; # introduced=26