OSDN Git Service

vibrator HAL uses "default" service name
authorChris Phoenix <cphoenix@google.com>
Thu, 19 Jan 2017 23:53:00 +0000 (15:53 -0800)
committerChris Phoenix <cphoenix@google.com>
Sat, 21 Jan 2017 02:34:07 +0000 (02:34 +0000)
commit5fceed6466434fd1c863628c8bb668e773d4c70f
treed4d7ef9a3417123e8154dcd44f53a37a8026b9ac
parent84b9bc0e98511fb707edb27ff0c7e885db881a7e
vibrator HAL uses "default" service name

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: Ifd6c601c854a87ee60c14bb2e73d95d25236690e
cmds/dumpstate/dumpstate.cpp