• Home
  • History
  • Annotate
  • only in /system/core/libsystem/include/
History log of /system/core/libsystem/include/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5c84baaf8dd9074ebac63f2068081407c0cadf7 31-May-2018 Yin-Chia Yeh <yinchiayeh@google.com> Camera: add DISABLE error code

Test: CTS CameraEvictionTest + IdleUidTest
Bug: 77486868
Change-Id: I1411d6667776963435ce25bd643a33c41d224921
ystem/camera.h
7d940ae4afa450696afa25e07982f3a95e17e9b2 06-Mar-2018 Chia-I Wu <olv@google.com> graphics: add render intents and new color modes

Adds

HAL_COLOR_MODE_BT2020 = 10,
HAL_COLOR_MODE_BT2100_PQ = 11,
HAL_COLOR_MODE_BT2100_HLG = 12,
HAL_DATASPACE_BT2020_ITU_HLG = 302383104,
HAL_DATASPACE_BT2020_HLG = 168165376,
HAL_RENDER_INTENT_COLORIMETRIC = 0,
HAL_RENDER_INTENT_ENHANCE = 1,
HAL_RENDER_INTENT_TONE_MAP_COLORIMETRIC = 2,
HAL_RENDER_INTENT_TONE_MAP_ENHANCE = 3,

by running update-base-files.sh.

Bug: 73824924
Test: manual
Change-Id: Ifde249074abf2228ebe016a38b5bcea8bccb5e9d
ystem/graphics-base-v1.0.h
ystem/graphics-base-v1.1.h
9bae89be3a317092a34721e4fc38078598583d2a 13-Mar-2018 Chia-I Wu <olv@google.com> graphics: include graphics-sw.h from graphics.h

This reverts commit 94f641c33 in effect. The way for framework to
avoid including graphics-sw.h is

- include graphics-base.h directly
- do not include HAL headers

Bug: 70526789
Test: builds
Change-Id: I3cd0fbdce2605a59c24f83c680bede95693abfcf
ystem/graphics.h
94f641c333bd7e147f8233a636ab979455a5d395 06-Mar-2018 Chia-I Wu <olv@google.com> graphics: move some flex pixel formats to graphcis-sw.h

Some of the flex pixel formats are software-only. Move them to
graphics-sw.h to identify files that use them.

Bug: 70526789
Test: builds
Change-Id: I42757af810028f53bb6389c637a00c493041a4fb
ystem/graphics-base.h
ystem/graphics-sw.h
ystem/graphics.h
e1128319c4b19209a0f420d3ac5eefc366c7c373 03-Jan-2018 Courtney Goeltzenleuchter <courtneygo@google.com> Add Dataspace and PixelFormats to support HDR

Bug: 63710530
Test: make
Change-Id: I40c668978972598d057e4302f27ebc65f59cf895
ystem/graphics-base-v1.1.h
efe9fc5bf713fd2933fcad005baed2522119d88e 27-Dec-2017 Craig Donner <cdonner@google.com> Create versioned graphics-base-* files.

Rather than constantly updating the one file as HAL change,
have a header per version. For now, the old file just includes
the new ones, until all the usage of graphics-base.h can be
cleaned up.

Bug: 66900669
Test: build
Change-Id: I396ce24f8e62b52c129a2b276698e4f00b1993f7
ystem/graphics-base-v1.0.h
ystem/graphics-base-v1.1.h
ystem/graphics-base.h
b6eedba8a1a5d1e24f2e692d5f6b31dcc5b4f977 17-Feb-2017 Courtney Goeltzenleuchter <courtneygo@google.com> Add CTA 861.3 info to HDR struct

Test: make
Bug: 63710530
Exempt-From-Owner-Approval: this adds a standard-defined struct
Change-Id: I51aba346f407c1c15d5af2b6fd855db6d3563735
ystem/graphics.h
17ffcc428076ee98b2eb2d5aafdfb302f788c79a 08-Sep-2017 Jeff Tinker <jtinker@google.com> Define priority for video threads

Video threads have soft realtime requirements that
must be met in order to maintain reliable frame delivery
even when the system is under high load. This CL
defines a new priority that can be used by video
threads, enabling them to be scheduled appropriately
relative to other system threads.

Change-Id: Idd57207e30309dfdff24389db0acf107532f9e5a
related-to-bug:63898080
ystem/thread_defs.h
324a309cfe98b44bcbaeeacc9f35e7bc88a95e52 28-Apr-2017 Mathias Agopian <mathias@google.com> fix circular dependency libnativewindow <-> libui

Bug: 37647680, 37648355
Test: compile, manual
Change-Id: Ie0d20e6fe7d64641a2b84f536ec17f3e7971f559
ystem/window-deprecated.h
ystem/window.h
6f273c95de598026a563011a05cd4e8d4a71a19a 02-May-2017 Jiwen Cai <jiwen@google.com> Merge "Add NATIVE_WINDOW_CONSUMER_IS_PROTECTED enum" into oc-dev am: 6399d45725
am: 9815189c9d

Change-Id: Ie349a765da66ae6b140a17d9062c180a52e77cb3
faa4c188d0aed8f055a6983156ca9e91c3f4c6be 22-Apr-2017 Jiwen 'Steve' Cai <jwcai@google.com> Add NATIVE_WINDOW_CONSUMER_IS_PROTECTED enum

The enum is being introduced into libnativewindow, but back ported here
since window-deprecated.h is still being depended by other system
componenets.

Bug: 35726763
Test: videoplayer-nodrm-protected.apk and videoplayer-drm-protected.apk
both works.

Change-Id: I9298ff9b1ddd7f868e59db41e1a84e2cdd3d02b5
ystem/window-deprecated.h
5c75fd4b4f4e800cc8dd6de84ad951a77d3f4b96 14-Apr-2017 Steven Moreland <smoreland@google.com> Merge "libutils: export system_headers" into oc-dev am: e003513ccf
am: 220e6d824c

Change-Id: Ide0ddea7fc3bf2b1a0c46df7dd0d0704c36fc237
b084bc3545d7560e9a58bb0dc2fecb346c512298 13-Apr-2017 Steven Moreland <smoreland@google.com> libutils: export system_headers

vendor + vendor_available modules built with BOARD_VNDK_VERSION :=
current aren't allowed to use global headers. Since libutils uses
system headers itself, it should export them as well.

Also added some items into windows-deprecated.h. This file is supposed
to be in sync with the libnativewindow variant until all dependencies on
it can be fixed. However, it is missing some updates. This matters when
including libsystem_headers adds system headers before libnativewindow
headers in the lookup paths.

Bug: 33241851
Test: building with BOARD_VNDK_VERSION := current produces many fewer
errors.

Change-Id: I950821f1dae3ddc110db50869247913d5b1aa638
ystem/window-deprecated.h
88bff3613ed15348c6e8512671ca3452bf3a86e5 06-Apr-2017 Vijay Venkatraman <vijaykv@google.com> Moved all files from include/system to libsystem/include/system

Bug: 33241851
Test: No changes for modules not using VNDK. For compiling with VNDK,
add libsystem_headers as dependency for using these headers

Merged-In: I2acce0ab771e10ac83461c2f931e2c19e922089e
Change-Id: I2acce0ab771e10ac83461c2f931e2c19e922089e
ystem/camera.h
ystem/graphics-base.h
ystem/graphics.h
ystem/qemu_pipe.h
ystem/radio.h
ystem/thread_defs.h
ystem/window-deprecated.h
ystem/window.h
49abdb96d23195b12e66d7d25c5f00c47eaa83ec 06-Apr-2017 Vijay Venkatraman <vijaykv@google.com> Moved all files from include/system to libsystem/include/system

Bug: 33241851
Test: No changes for modules not using VNDK. For compiling with VNDK,
add libsystem_headers as dependency for using these headers

Change-Id: I2acce0ab771e10ac83461c2f931e2c19e922089e
ystem/camera.h
ystem/graphics-base.h
ystem/graphics.h
ystem/radio.h
ystem/thread_defs.h
ystem/window-deprecated.h
ystem/window.h