summaryrefslogtreecommitdiff
path: root/hdmi_cec
AgeCommit message (Collapse)Author
2019-04-16Revert "display: Do not use target names in hw modules"Naseer Ahmed
This reverts commit 4f95fff7b10e684686670a2c5d3937e83dd3687c. Causes issues with loading the modules. Change-Id: I3dc123cd00fb739ec8baec7d542fabfaea258d44
2019-04-14display: Rename display lib suffix to qtiRamakant Singh
Change-Id: Idd13021a534d14e5d9591cd70b68eee0effbe18f
2019-01-22display: Do not use target names in hw modulesNaseer Ahmed
Change-Id: Idf57c3a02330cbd79b64de6512493aedc23c6d08 CRs-Fixed: 2385459
2018-03-21display: Use log.h from VNDKNaseer Ahmed
Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
2017-06-02Merge "cec: Calculate buffer length to protect from overflow"Linux Build Service Account
2017-05-29display: Use LOCAL_VENDOR_MODULENaseer Ahmed
Avoids hardcoding paths in vendor Change-Id: I6411c27cebfd8bc1d65bc84942b4c2621f64e420 CRs-Fixed: 2048581
2017-05-16cec: Calculate buffer length to protect from overflowRamakant Singh
Change-Id: I38b1e98ea5e1231a9cb3480b2f99a61dae957a25 CRs-Fixed: 2037019
2017-03-29display: Move all opensource modules to vendor partitionNaseer Ahmed
Change-Id: I050988d96eccc1c3217a8f2030b333cd8d04c4d4 CRs-Fixed: 2010492
2017-03-23display: makefile fixesNaseer Ahmed
* Deprecate LOCAL_COPY_HEADERS on newer builds * Use a display header export path instead * Consolidate cflags CRs-Fixed: 2023356 Change-Id: Ibb8900a77fc3fa47e6e54cd1649503eba12de8cd
2017-03-01Revert "display: Move all opensource modules to vendor partition"Naseer Ahmed
This reverts commit 4c790408b144b8ddf117a8d94661c81c86304cfc. Change-Id: I32c48e300e8c641b196210c4412b635e1c1941f0 CRs-Fixed: 2013665
2017-02-28display: Move all opensource modules to vendor partitionNaseer Ahmed
CRs-Fixed: 2010492 Change-Id: I80bb14624e9a47189777bd4c8f8847ca946df74c
2016-04-20cec: Fix message parsing and enable wakeup featureTatenda Chipeperekwa
- Fix the message parsing in the HAL by adjusting the offset for the message size coming from the driver. - Enable the CEC wakeup feature to allow CEC commands to suspend and resume the device from HDMI TV. CRs-Fixed: 814136 Change-Id: I9514c34dad95073ea694b9caf95dfba62c890f3e
2015-11-03display: Enable clang for all display modulesNaseer Ahmed
Change-Id: I71e3fa3f7d44253b8e01d1eafe086b1898d65a8e
2015-03-20cec: Fix breakage due to API changeNaseer Ahmed
The audio return channel api was recently changed. Change-Id: Iafd02453eaf3596623aa8c16d121b6bfd9c85fbe
2015-03-02cec: Fixes for 8994Naseer Ahmed
* 64-bit - Use LOCAL_MODULE_RELATIVE_PATH to copy the hal lib to lib64 * Reduce logspam Change-Id: I50c6eb5814eb1b1a2b4c9ef2d1fca3604bb32a8c
2015-03-02display: cec: Set logical address to unregistered when clearedNaseer Ahmed
Change-Id: Ibbe31a5871e202db5fd9250f93b921c3a3d4bb06
2015-03-02qcom: display: CEC bugfixesNaseer Ahmed
* Correctly read and pass physical address * Handle system control * Use Google Vendor ID Change-Id: I964fb4b590a0b952d7c8290aef6365d62a2418f0
2015-03-02display: Add HDMI CEC HALNaseer Ahmed
Implement the spec as per hardware/libhardware/include/hardware/hdmi_cec.h Change-Id: I02e1ba9deee1007b7e5922c363b9f5d6c6ad82a9