summaryrefslogtreecommitdiff
path: root/include/hardware/hardware.h
AgeCommit message (Expand)Author
2023-06-02Add include/hardware/*.h symlinks.Steven Moreland
2023-06-02Split up headers.Steven Moreland
2017-10-17Remove hw_module_t dependency in Bluetooth (2/3)Jakub Pawlowski
2016-10-18Get rid of dependency on core from linux build (2/2)Jakub Pawlowski
2016-10-07Avoid C-style cast warningsColin Cross
2013-11-21HAL test: statically test the size of HAL structsRom Lemarchand
2012-08-29Encode header version in api versionsJesse Hall
2012-03-26hardware: add some guidance on providing version definesDima Zavin
2012-03-21hardware: add hardware_device_api_version() macroDima Zavin
2012-03-20libhardware: add current HAL version and a module version macroDima Zavin
2012-03-20hardware: provide temp version defines for source compatibilityDima Zavin
2012-03-20hardware: rename version_major/minor to module/hal api versionDima Zavin
2011-05-03libhardware: break pixel formats out of hardware.hIliyan Malchev
2011-04-18libhardware: add concept of module classesDima Zavin
2010-11-22Update the docs for the private pixel formats.android-cts-2.3_r1Jamie Gennis
2010-10-25improve hardware.h documentationandroid-2.3_r1android-2.3.2_r1android-2.3.1_r1Mathias Agopian
2010-09-10Fix (again) description of our interchange YV12 formatMathias Agopian
2010-08-19revert pixelformat hackMathias Agopian
2010-07-30temporary hack to allow compilation of adreno driverMathias Agopian
2010-07-14Remove the YV16 format.Mathias Agopian
2010-07-01remove h/w specific YUV formats from the HALMathias Agopian
2010-06-21remove unused YUV formatsMathias Agopian
2010-06-15Add some useful YUV formats. Add fourcc version of the definitions.Mathias Agopian
2010-02-17fix typoMathias Agopian
2010-02-17renumber the YCbCr constants to keep binary compatiblity with previous releasesMathias Agopian
2010-02-16add missing yuv constantsMathias Agopian
2010-02-16hal: Add nv12_tiled/nv21 pixel format constantsDima Zavin
2009-08-19add typedefs to gralloc and hardware.h so it's more C friendlyMathias Agopian
2009-08-07add support for RGBX_8888Mathias Agopian
2009-07-17Color Format and Overlay FunctionsBenny Wong
2009-04-10Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project