ndk/native_window: Add set_buffers_transform() API
ndk/native_window: Add try_allocate_buffers() API
ndk/native_window: Add set_frame_rate*() APIs since level 30/31
Note that this lacksANativeWindow_readFromParcel/writeToParcel which'll only appear in API level 34 with R26 which is still in beta. Besides, we don't yet bind AParcel either.
set_buffers_transform()
APItry_allocate_buffers()
APIset_frame_rate*()
APIs since level 30/31Note that this lacks
ANativeWindow_readFromParcel
/writeToParcel
which'll only appear in API level 34 with R26 which is still in beta. Besides, we don't yet bindAParcel
either.