Roshan Pius | 720f4bd | 2017-01-18 09:45:46 -0800 | [diff] [blame] | 1 | component_class: HAL_HIDL |
2 | component_type_version: 1.0 | ||||
3 | component_name: "IWifiEventCallback" | ||||
4 | |||||
5 | package: "android.hardware.wifi" | ||||
6 | |||||
7 | import: "android.hardware.wifi@1.0::types" | ||||
8 | |||||
9 | interface: { | ||||
10 | api: { | ||||
11 | name: "onStart" | ||||
12 | } | ||||
13 | |||||
14 | api: { | ||||
15 | name: "onStop" | ||||
16 | } | ||||
17 | |||||
18 | api: { | ||||
19 | name: "onFailure" | ||||
20 | arg: { | ||||
21 | type: TYPE_STRUCT | ||||
22 | predefined_type: "::android::hardware::wifi::V1_0::WifiStatus" | ||||
23 | } | ||||
24 | } | ||||
25 | |||||
26 | } |