History log of /system/extras/bootctl/bootctl.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2e3024fca9693ab1655fa0863b4ba885d10e2094 23-Feb-2017 Yifan Hong <elsk@google.com> Use interfaceDescriptor instead of interfaceChain

wherever suits. Sementically, interfaceDescriptor
returns the first element of interfaceChain; use
interfaceDescriptor when the rest of the elements
aren't used.

Bug: 34136228

Test: pass
Change-Id: Icc78e7e9b17b7c51c705c20d51c2fbac5b1c5dd7
/system/extras/bootctl/bootctl.cpp
83a2fdb4e10b9c308d470fd3bc99f483fc0af2bd 17-Feb-2017 Yifan Hong <elsk@google.com> bootctl: Return<T> is non-copyable.

By copying the Return<T> in handl_return, the original
Return<T> object is left status unchecked when it is destroyed.

Test: compiles
Change-Id: I7bf21370e8323374deb9a8d3f252e9742357f000
/system/extras/bootctl/bootctl.cpp
3659fcdc0c26dfe19a996f4b986fa45cdd15037f 20-Jan-2017 Chris Phoenix <cphoenix@google.com> bootctrl 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

In support of b/33844934

Change-Id: Iba190c717cf02d2dfe90b470f82b6ca4a82b6c07
Merged-In: Idc2c5ba09f2486ff9cc9815d72a7e5a0af323b22
/system/extras/bootctl/bootctl.cpp
6b8d033d22c93516d0edafaf80cf725e4f1cf324 04-Jan-2017 Steven Moreland <smoreland@google.com> boot control: remove getInterfaceVersion

getInterfaceVersion doesn't provide any information and is being
removed. I've replaced the call with interfaceChain here so that a
better description can be obtained.

Bug: 34041669
Test: compiles
Change-Id: I00e5154e92edf2dd17b3e899b094589642ba3b3e
/system/extras/bootctl/bootctl.cpp
87d71f3586812c485c90bf16b57f7d3a55dfbf32 21-Dec-2016 Yifan Hong <elsk@google.com> Update for hiding Status from Return<T> object.

Bug: 31348667

Test: compiles
Change-Id: I31eb72e4e18dca68255a36915fcc980c928936d7
/system/extras/bootctl/bootctl.cpp
a4fbed759a1eecd978fe2f8d426e68cff49fec77 15-Oct-2016 Connor O'Brien <connoro@google.com> Rewrite bootctl utility to use new HAL interface

Test: Ran and compared output to old version
Change-Id: I8889794a5c7953b066a1a7fecd0154c912f4d60d
Signed-off-by: Connor O'Brien <connoro@google.com>
/system/extras/bootctl/bootctl.cpp