OSDN Git Service

wifi(interface): Add status for every method
authorRoshan Pius <rpius@google.com>
Mon, 10 Oct 2016 17:32:22 +0000 (10:32 -0700)
committerRoshan Pius <rpius@google.com>
Wed, 16 Nov 2016 19:05:16 +0000 (11:05 -0800)
commit1f9073cfcb1a9674beb839efa24046851dee0222
tree4ff9553931a46ffd0c95f130238bbc50ca5cb57b
parent7b77747bb565f50ced457ad931e8d0206385d3a1
wifi(interface): Add status for every method

Add a status parameter for every HIDL interface object method which can
possibly become invalid. This should help inform the caller that the
object being used is stale/invalid now.

While there,
Rename |CommandFailureReson| to |FailureReasonCode|.

NOTE: |FailureReason| will continue to indicate any errors during the
processing of the command via the corresponding |onFailure| callback.

Bug: 32056230
Test: Compiles
Change-Id: I2ec5af3075221e483579410f344bcedd6bf17a93
wifi/1.0/Android.mk
wifi/1.0/IWifiChip.hal
wifi/1.0/IWifiIface.hal
wifi/1.0/IWifiRttController.hal
wifi/1.0/IWifiStaIface.hal
wifi/1.0/types.hal