History log of /hardware/interfaces/wifi/1.0/default/hidl_callback_util.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cab37be5780f6d244c46f1ede095bc50157a7936 31-Mar-2017 Roshan Pius <rpius@google.com> wifi(implementation): Return const-ref for callback set

Bug: 36792787
Test: Compiles
Change-Id: Ibd19c6f41801d0fa1ea7dc9c3334213865d649ec
/hardware/interfaces/wifi/1.0/default/hidl_callback_util.h
7f4574d2a1764df195ad9c16f149a73b93b825d3 22-Feb-2017 Roshan Pius <rpius@google.com> wifi: Duplicate getValidChannelsForBand in AP iface

This functionality is needed even for AP iface. So, duplicate this
method.

Changes in the CL:
1. Add getValidChannelsForBand() in IWifiApIface.
2. Rename StaBackgroundScanBan to WifiBand to make it a more generic
name.
3. Change the existing method name in IWifiStaIface to match with the
one in IWifiApIface.

While there,
Fix indentation in hidl_callback_util.h

Bug: 35663149
Test: Compiles
Change-Id: Iaeb6c323e13eedf2f98de92fea77e327c76ffa5b
/hardware/interfaces/wifi/1.0/default/hidl_callback_util.h
d37341f1e57b91a5f8bf6fe85b99861717720e5f 31-Jan-2017 Roshan Pius <rpius@google.com> 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
/hardware/interfaces/wifi/1.0/default/hidl_callback_util.h