History log of /frameworks/native/libs/nativewindow/include/android/native_window.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd5cb48d3ec561c7f754f9fb9ec4b68fec25b150 28-Mar-2018 Krzysztof KosiƄski <krzysio@google.com> frameworks/native: Fixes for AHardwareBuffer, ANativeWindow and ARect docs.

Several of the documentation comments were not being picked up by Doxygen.
Additionally, fixed a problem with an incorrect GL ES equivalent format
being listed for AHARDWAREBUFFER_FORMAT_R8G8B8X8_UNORM.

Bug: 73658203
Bug: 76172636
Bug: 76179340
Test: Not necessary, documentation-only changes.
Change-Id: Ia6bf7853e9eed5ab53616d410f8bd1a6309e47b8
/frameworks/native/libs/nativewindow/include/android/native_window.h
654f87b3c2b6777ecf53587dba10ecaaacbe3f4e 30-Jan-2018 Peiyong Lin <lpy@google.com> [NDK] Expose NDK API to set buffers data space for P.

Previously, ANativeWindow_setBuffersDataSpace is only available in VNDK. This
patch exposes it in NDK so that display mode for NativeWindow buffer can be set
through NDK. The API will remain available in VNDK of NativeWindow since VNDK
is the super set of NDK.

BUG: 62482961
Test: bit CtsGraphicsTestCases:.ANativeWindowTest
Change-Id: I576c4b87296e168d4b7360c437a32bbbbff690a5
/frameworks/native/libs/nativewindow/include/android/native_window.h
3aea0e37b08cb09e65de21642aa60c698a3c8d12 09-May-2017 Quddus Chong <quddusc@google.com> docs: Fixed comments to generate API refs correctly.
Test: Verified by manually generating the API refs.

Change-Id: I77f2072d2aa83a6c71e11b216e206c4e6563ab88
/frameworks/native/libs/nativewindow/include/android/native_window.h
000879a0eb2156727a2221e42d04b6f3e150aa79 21-Mar-2017 Mathias Agopian <mathias@google.com> VNDK ANativeWindow API - step 2

The vndk API is a superset of the NDK API.
Prior to this, vendor would have access to
system/window.h which itself is a superset of
what they need, exposes too much of the internals.

With this change, system/window.h depends on
vndk/window.h which depends on
android/native_window.h

Test: compiled, booted Nexus 6P
Bug: 34453351
Change-Id: Iad7bf035143541843309437fe630cc603d96a76e
/frameworks/native/libs/nativewindow/include/android/native_window.h
09932eceb2fcec029edc6aaa0e2bca0591613281 13-Mar-2017 Jesse Hall <jessehall@google.com> Add ANativeWindow_setBuffersTransform

Bug: 32634406
Test: build
Change-Id: I16080008187bd334e64917274fc86afe12dde8e7
/frameworks/native/libs/nativewindow/include/android/native_window.h
89ed4c8cfd8ad64269dfcff9742e16bdd705b926 10-Feb-2017 Mathias Agopian <mathias@google.com> split libandroid.so

- ANativeWindow (native_window.h) and
AHardwareBuffer (hardware_buffer.h) now live
in libnativewindow.so, which is a vodka library.

- libandroid.so still provide those symbols
via a static library version (libnativewindow.a)

- removed libbinder dependency as well

Test: compiled & booted
Bug: 35164655
Change-Id: Ib4bc8e8fc9ec1891bcbee63c28fd0131d82edf29
/frameworks/native/libs/nativewindow/include/android/native_window.h