summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12FIX update max sdk supported by rootpaMOBICOREArthur Cassegrain1-1/+1
2017-02-12CM Updating rootpa to 3.94Arthur Cassegrain5-13/+9
Using patch delivered by Arnaud.
2017-02-12[301C] Align Code with 301C-V001arthur-trustonic154-5579/+20896
rel_t-base-301C_qc@26129
2017-02-12tbase-301B: fix closing of sessions in the daemon; bug was craeting a daemon ↵Oana Medvesan2-40/+16
crash on Android M Signed-off-by: Oana Medvesan <medvesan.oana@gmail.com>
2017-02-12tbase-301B: add fixes for Android M, fix file permissions and some ↵Oana Medvesan29-88/+211
compilation errors Signed-off-by: Oana Medvesan <medvesan.oana@gmail.com>
2017-02-12mobicore: Update to t-base-301B Daemon and RootPAAndreas Schneider218-11063/+5479
This is compatible to Anroid L.
2017-02-12libsecurepath: Add missing standard header filesAndreas Schneider2-0/+2
2016-11-15mobicore: Remove unused checkMciVersion functionChristopher N. Hesse1-22/+0
Change-Id: I4bae57b9ab28377d01323c24332a7793513ca9d9
2016-11-15mobicore: Remove MCI version runtime checksChristopher N. Hesse2-12/+0
This finally allows mobicore to initialize successfully and sets up the server (which is now waiting on sockets). Change-Id: Ib92e29c10f4efff4d9fcb407f17700be99dc9050 (cherry picked from commit 4e84bf555e280586e65df7627aa2f303994f5aa5)
2016-08-23libsecurepath: Fix include pathcm-13.0Andreas Schneider1-1/+1
2016-08-16mobicore: Silence date/time warningsChristopher N. Hesse1-1/+4
Change-Id: I9697c8bd27d190b5200d0e44067be325602ff0f1
2016-08-16mobicore: Purge makefilesChristopher N. Hesse9-46/+30
Many of these include paths are non-existant and many makefile rules are actually broken. All of them will be errors in N, so fix it before it bites us. Change-Id: Iceb5a49879fb287f8f1cb9d80799d9e6cec34ce5
2016-08-16gralloc: Check for page flip capabilities at runtimeChristopher N. Hesse1-32/+46
Change-Id: I68d1721158d1f322f72297cc69de7078226917bc
2016-07-08gralloc: Avoid swapping buffers in background threadsChristopher N. Hesse2-2/+23
Finish all current drawcalls for the composition thread and continue once the operation is complete. Change-Id: I6bc46ae0e6ee7150f7452c170fdb4a5283a0b8ff
2016-07-08gralloc: Implement fb_setSwapintervalChristopher N. Hesse6-5/+173
Change-Id: I01a886ff0fe336d2a582a70491c4f9a3293fda7c
2016-06-29gralloc: Add BGRA_8888 fb format supportChristopher N. Hesse2-1/+10
BGRA offers better GL readback performance over RGBA on ARM Mali GPUs. Change-Id: If397e3509f68a5685d63a3926d21db5faf088a3a
2016-06-29mobicore: Improve initialization loggingChristopher N. Hesse1-2/+4
Change-Id: I39a15bfe65b76ddc26e6b44de2ba41610bad1937
2016-06-29mobicore: Log secure virtual address in getBufHandleChristopher N. Hesse1-1/+1
Change-Id: I0137c6464000903f8240c5a3f6febad839445f1c
2016-06-29gralloc: Improve map/unmap loggingChristopher N. Hesse1-0/+2
Change-Id: I4ffee430d69a0e64cc3adf6bf6fb986417b9f9f9
2016-06-29gralloc: Define sRGB formatsChristopher N. Hesse1-0/+8
Android M does not define these anymore, but there are blobs around that need them. Change-Id: I81281f6af2e363866447d6217e88937da729a036
2016-06-29Handle sRGB gralloc formats.Jesse Hall1-0/+2
gralloc: recognize and allocate sRGB_{A,X}_8888 hwcomposer: punt sRGB formats to FRAMEBUFFER composition - This would happen already due to the format-supported test, this change just avoids an unrecognized-format log warning from exynos5_format_to_bpp(). Bug: 10134664 Change-Id: I78b7791217cbde28d5bc7d02caf6a955960828ce
2016-03-22libhwcmodule: Add constants and functions for framebuffer abstractionChristopher N. Hesse1-0/+47
Change-Id: Id080bbf973c24a53606410c0d34b143b050f5c38
2016-03-15mobicore: Update mc_linux.hAndreas Schneider1-6/+4
2016-03-15gralloc: Enable HWC backed page flippingChristopher N. Hesse1-1/+1
Change-Id: I5449b42adb36d54c93c4b886afa82de635370b46
2016-03-15mobicore: Improve log messagesAndreas Schneider1-1/+8
2016-03-11mobicore: Do not use /system for TbStorageAndreas Schneider3-10/+8
The /system partion is mount read only, so use the RegistryPath. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-03-11mobicore: Improve some log messages in the daemonAndreas Schneider2-10/+11
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-03-11mobicore: Fix logging systemAndreas Schneider1-5/+6
Finally we get readable error messages. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-02-09gralloc: Only log non-null invalid pointersScott Warner1-1/+4
This prevents the endless logspam of 0x0 pointers during animations such as an indeterminate progress dialog Change-Id: I986176800b2173a61e76a21af2caa47a728ba543
2016-02-09Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang5-6/+0
Bug: 18675947 Change-Id: Id460accbd37f1cbdf84c94510064ac4ac261f77e
2016-02-09Fix build after C++11 migration.Dan Albert1-5/+5
More UD literal issues. `using namespace std` should be illegal. Change-Id: If408f360e28acf9159705b9b724c7c083391ff71
2016-01-04Revert "mobicore: Remove dependency on deprecated stlport sources"Andreas Schneider3-3/+2
This reverts commit 49c495aa5cc7caec3f980c4e11e97a05148de1d4.
2016-01-04mobicore: Fix compilation errorAlberto961-1/+1
Change-Id: If287cfa748280a370150d129d0877fb8174ade22
2016-01-04Separate keymaster0 and keymaster1 HALs.Shawn Willden1-8/+8
Change-Id: Ida47d6fae1ed7e85e7c223900f6b7a2e655fee47 (cherry picked from commit f02e17e73036be67a9c8d6ecc7b82cbc5684131d)
2016-01-04mobicore: Remove dependency on deprecated stlport sourcesAlberto963-2/+3
Change-Id: I137258e4061b1b200f848ede272fd3fecb41438d
2015-12-08Lose HAVE_ANDROID_OS from hardware/samsung_slsi/exynos5.Elliott Hughes1-1/+1
Change-Id: I638a8fdc13603448b96cc66e8cc517302ce04936
2015-12-08mobicore: NetlinkServer: Fix integer operand mismatch for std::bindChristopher N. Hesse1-1/+1
Change-Id: I0391ebd61903817e56ebeaa30382c37823bde364
2015-10-29gralloc: HAL_PIXEL_FORMAT_RAW_SENSOR has been renamed to RAW16Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-10-29mobicore: Add missing header filesAndreas Schneider3-0/+9
2015-10-12gralloc: Support LL camera blobsAndreas Schneider1-1/+1
The LL gralloc needs an increased sNumInts value or it will fail with an 'invalid gralloc handle'.
2015-10-12gralloc: Add some better debug outputAndreas Schneider1-0/+22
2015-08-18exynos5430: Correct path for CM variant of SLSI HALsAndreas Schneider9-53/+52
2015-07-09libhwjpeg: The LL Kernel expects the quality between 0 and 100Andreas Schneider2-19/+1
2015-07-09mobicore: Fix icu include directoryAndreas Schneider1-1/+1
2015-07-09exynos: Fix kernel and platform include directoriesAndreas Schneider4-4/+26
2015-07-08Change to exynos5430Andreas Schneider3-6/+6
2015-07-08hwcomposer: Add support for decon_fbAndreas Schneider3-8/+692
2015-07-08Android.mk: Use kernel includesChristopher R. Palmer3-3/+11
2015-07-08mobicore: Remove curl sources from mobicoreAndreas Schneider421-198426/+1
2015-07-08Switch from getdtablesize(3) to sysconf(3).Dan Albert1-1/+1
Change-Id: I4741ea034fdadf1c6cd07c36aee3156f2415fae2