aboutsummaryrefslogtreecommitdiff
path: root/light (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Add 'vendor.' prefix to lights HAL service nameJaekyun Seok2021-10-19
| | | | | | | | | | To prevent property name collisions between properties of system and vendor, 'vendor.' prefix must be added to a vendor HAL service name. You can see the details in http://go/treble-sysprop-compatibility. Test: succeeded building and tested on device Bug: 36796459 Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
* msm8996-common: Add interface specification for lights hal.Steven Moreland2021-10-19
| | | | | | | | | | | | | | So that init knows how to start it and to provide an example of how to specify interfaces since there are no lazy starting services on Pixel yet. In order to make lights a lazy service, it would also have to be marked as 'oneshot'. Test: manually using Light as a lazy service Bug: 64678982 Merged-In: I846a7e2d9545b42af9b985adb74883bda1b8c355 Change-Id: I846a7e2d9545b42af9b985adb74883bda1b8c355
* msm8996-common: Remove libhwbinder and libhidltransport referencesDavide Garberi2021-10-04
| | | | | | * These are now combined with libhidlbase Change-Id: I7cea1f4e09c12a4bedff40a168d4bce494f8c51d
* msm8996-common: Move gnss and lights services to system-background.Cosme Domínguez Díaz2018-09-30
|
* msm8996-common: light: Always apply RGB brightness scalingBruno Martins2018-04-27
| | | | | | | | * Prior to this change, attention and battery lights weren't handled in the same way as notification lights. Apply RGB brightness scaling for all of those and avoid relying on the frameworks. Change-Id: Ie4983c67e378382985217a47f3fc425045aa8e0f
* light service: mark as shutdown criticalSteven Moreland2018-04-08
| | | | | | | | | | | | | | | | | Required because the lights need to be turned off late in boot (e.x. during fsck for disk health), and before, blank_screen accessing light encountered a race condition where if it didn't get scheduled before all of the processes which were getting shutdown were getting killed, the screen wouldn't blank. Bug: 74976325 Test: adjusting brightness continues to work Test: screen blanks during shutdown at the correct time including when an artificial 5s delay is inserted when the phone normally fscks (which can also be quick) Change-Id: I57ebc11d7ecf57ee327c681455712f4b53de6fd3 Merged-In: I57ebc11d7ecf57ee327c681455712f4b53de6fd3
* msm8996-common: light: Remove the button backlight featureDavide Garberi2018-01-25
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Convert lights HAL into a native binderized HALBruno Martins2018-01-25
Change-Id: If41458e22b9a67a5c2a415571723917df1904aa1 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>