summaryrefslogtreecommitdiffstats
path: root/legacymm/DisplayModes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* livedisplay: clang-format all filesLuK13372020-01-071-8/+9
| | | | Change-Id: Ia7f7f7acdecc8d407f53bf6a7ea1e0a2e63c5fe7
* livedisplay: Minor code cleanupPaul Keith2019-02-071-12/+4
| | | | | | | | | * Don't set display mode in constructor, this is handled by the backend when we don't have any non-backend handled modes * Move delete[] tmp[i].name outside of the loop, since it needs to be deleted whether or not we get anything from the backend Change-Id: I3ecac94a0affdbf9b587074879aa9a00ca8587c9
* livedisplay: legacymm: Wire it upPaul Keith2019-02-041-11/+143
| | | | Change-Id: Ic580ceb333c361444d4e009db1a34ccca8fbbbfc
* livedisplay: Split impls into legacymm and sdmPaul Keith2019-01-261-0/+57
* Since we're no longer approaching this as a @1.0 wrapper, we need separate impls for sdm and legacymm Change-Id: I413349de5d2331cf9cf60199999c34614224fe42