commit | d37341f1e57b91a5f8bf6fe85b99861717720e5f | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Tue Jan 31 13:13:28 2017 -0800 |
committer | Roshan Pius <rpius@google.com> | Wed Feb 15 18:31:03 2017 -0800 |
tree | 0de94252fcc39b2cb1375c0cdbad1f3f03bdc86f | |
parent | 02f3f834fcef8eb1af257f9ed01d32fd2f3c4a4d [diff] |
wifi(implementation): Callback death handler Add a new utility to handle callback death notifications. The new class HidlCallbackHandler will be used by all the HIDL interface objects to manage callbacks. Any dead clients will automatically removed from the cb list by the utility class. Bug: 34840719 Test: Compiles Test: Verified that the cbs are deleted on crashing the framework manually Change-Id: I0f7ba8b3ed717c2e8e8fbf744a2501d0ad2d48c8