summaryrefslogtreecommitdiff
path: root/boot/1.0/default/service.cpp
AgeCommit message (Collapse)Author
2018-10-17Merge P_TO_Q_5054975Steven Laver
Conflicts: audio/common/all-versions/default/service/android.hardware.audio@2.0-service.rc audio/common/all-versions/default/service/service.cpp graphics/composer/2.2/default/android.hardware.graphics.composer@2.2-service.rc Change-Id: Ide86a3d58408d9a6da6bb13dce6fa4b43ebc0b6e
2018-09-26Tuning of Binder buffer for below HALs on 32-bitHari Veerubhotla
1. Boot Control 2. Vibrator Set the Binder buffer memory limit for boot control and Vibrator HALs to 8 KiB. Change-Id: Ic7f73d33489260e2fe7375ccb819a0c1f022c684 CRs-Fixed: 2275027
2018-09-05Merge QP1A.180823.001Bill Peckham
Change-Id: I0e80bda07db2ee67575e7d3c8bde46bf29d8c790
2018-07-11Tuning of Binder buffer for below HALsHari Veerubhotla
1. Boot Control 2. Vibrator Set the Binder buffer memory limit for boot control and Vibrator HALs to 8 KiB. CRs-Fixed: 2275027 Change-Id: I7955af000aa34e19d1229949c0966ef93e7ff0cb
2017-01-21bootctrl HAL uses "default" service nameChris Phoenix
The getService() and registerAsService() methods of interface objects now have default parameters of "default" for the service name. HALs will not have to use any service name unless they want to register more than one service. Test: builds; verify HAL still works Bug: 33844934 Change-Id: I43f282ffedf18e4b0817b49fc4860ac39b127d04
2016-11-29Added AOSP license headers.Steven Moreland
This is only for hals which are currently only in master. Separate commit for hals currently in AOSP. Test: pass Change-Id: I0b1a09798c49f4f0141f36a322c4749e47eded03
2016-10-21boot: use defaultPassthroughServiceImplementationSteven Moreland
Bug: 32282345 Test: make Change-Id: Ifb479c665aa4e37881c86152d43f4f1f88983133
2016-10-19Add android.hardware.boot_control@1.0 service.Connor O'Brien
Bug: 31864052 Change-Id: I982077d71a81c0bc8d081f0cc7e83180b97f2b87 Signed-off-by: Connor O'Brien <connoro@google.com>