summaryrefslogtreecommitdiffstats
path: root/livedisplay
Commit message (Expand)AuthorAgeFilesLines
* livedisplay: Remove deprecated 1.0 HALHan Wang2019-02-1423-2648/+0
* interfaces: Add 2.0 livedisplay interfacesPaul Keith2019-02-0411-0/+281
* livedisplay: Update FOSS status prop for Piedianlujitao2019-01-081-2/+2
* LiveDisplay: Add a system variantLuca Stefani2018-12-265-1/+33
* lineage: Prepend vendor. to all HAL servicesRashed Abdel-Tawab2018-08-292-2/+2
* lineage/interfaces: Regenerate HIDL makefiles and blueprints for pieRashed Abdel-Tawab2018-08-214-356/+14
* livedisplay: Fix uninitialized default PAdianlujitao2018-06-182-0/+4
* livedisplay: Use RAII semantics for ColorBackend initializationEthan Chen2018-06-156-78/+48
* livedisplay: Move initialization of mActiveModeId to constructorEthan Chen2018-06-151-3/+1
* livedisplay: Convert controller singletons to regular objectsEthan Chen2018-06-158-67/+72
* livedisplay: Move Color::check function to implementationEthan Chen2018-06-152-3/+6
* livedisplay: Don't use a singleton for Color serviceEthan Chen2018-06-143-15/+2
* livedisplay: Fix bogus printEthan Chen2018-06-141-1/+1
* Revert "livedisplay: Don't use singletons for the stack"dianlujitao2018-06-1412-126/+170
* livedisplay: Don't use singletons for the stackEthan Chen2018-06-0912-170/+126
* livedisplay: Correct macro copypastaEthan Chen2018-06-091-4/+4
* livedisplay: Remove unused using statementsEthan Chen2018-06-072-8/+4
* livedisplay: Move LegacyMMController inclusion to implEthan Chen2018-06-072-1/+1
* livedisplay: Port mm-disp implementationEthan Chen2018-05-058-6/+713
* livedisplay: Avoid using::xxxx in header filesEthan Chen2018-05-057-48/+47
* livedisplay: Move extra inclusions out of header filesEthan Chen2018-05-059-11/+22
* livedisplay: Make hsic structs internalEthan Chen2018-04-302-26/+26
* livedisplay: Don't unnecessarily call newEthan Chen2018-04-301-11/+8
* livedisplay: Move SDMController helper functions to anonymous namespaceEthan Chen2018-04-302-13/+17
* livedisplay: Move Color helper functions to anonymous namespaceEthan Chen2018-04-302-16/+19
* livedisplay: Avoid useless sprintfLuca Stefani2018-04-301-10/+4
* livedisplay: Replace defines with enums and constexprEthan Chen2018-04-301-22/+29
* livedisplay: Switch to stream.failLuca Stefani2018-04-301-4/+4
* livedisplay: Avoid 'using ::std' in UtilsLuca Stefani2018-04-301-8/+4
* livedisplay: Remove unused exists helper functionLuca Stefani2018-04-302-7/+0
* livedisplay: Make ColorBackend a regular objectEthan Chen2018-04-293-4/+4
* livedisplay: Fully qualify STL types in headersEthan Chen2018-04-297-17/+13
* livedisplay: Don't assign -1 to uint64_tEthan Chen2018-04-291-1/+1
* livedisplay: SDM: Don't advertise color balance supportdianlujitao2018-04-292-40/+11
* livedisplay: Add missing break statementEthan Chen2018-04-281-0/+1
* livedisplay: Use GetBoolPropertyEthan Chen2018-04-281-1/+1
* lineage/interfaces: Add IColor SDM backend implementationdianlujitao2018-04-1815-0/+1855
* lineage/interfaces: Add binderized LiveDisplay HALdianlujitao2018-03-195-0/+461