Regenerate android_api stubs

Pure android_api/gen_proxy_libraries.py --trampolines

Test: tree-hugger
Test: CTS tests pass
CtsNdkBinderTestCases:
android.binder.cts.JavaClientTest#testEmptyParcelableHolder
CtsGraphicsTestCases:
android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering
CtsViewTestCases: android.view.cts.AbsSavedStateTest#testConstructor
Bug: 196600842
Bug: 189960258
Bug: 189956281
Change-Id: I7704ee38e4b51f8137909b91a4c521cecc6c5d38
Merged-In: I07030b30f275b2394b1f99d0c4d781d2fed8e1ff
diff --git a/libnativewindow/stubs_arm.cc b/libnativewindow/stubs_arm.cc
index d5f9fb9..375d53b 100644
--- a/libnativewindow/stubs_arm.cc
+++ b/libnativewindow/stubs_arm.cc
@@ -21,6 +21,7 @@
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_createFromHandle);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_describe);
+DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_getId);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_getNativeHandle);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lock);
@@ -61,6 +62,7 @@
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setDequeueBufferInterceptor);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setDequeueTimeout);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setFrameRate);
+DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setFrameRateWithChangeStrategy);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setPerformInterceptor);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setQueueBufferInterceptor);
 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setSharedBufferMode);
@@ -84,6 +86,7 @@
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_allocate);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_createFromHandle);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_describe);
+  INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_getId);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_getNativeHandle);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_isSupported);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_lock);
@@ -124,6 +127,7 @@
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setDequeueBufferInterceptor);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setDequeueTimeout);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setFrameRate);
+  INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setFrameRateWithChangeStrategy);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setPerformInterceptor);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setQueueBufferInterceptor);
   INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setSharedBufferMode);