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: "ISupplicantCallback" | ||||
4 | |||||
5 | package: "android.hardware.wifi.supplicant" | ||||
6 | |||||
7 | |||||
8 | interface: { | ||||
9 | api: { | ||||
10 | name: "onInterfaceCreated" | ||||
11 | arg: { | ||||
12 | type: TYPE_STRING | ||||
13 | } | ||||
14 | } | ||||
15 | |||||
16 | api: { | ||||
17 | name: "onInterfaceRemoved" | ||||
18 | arg: { | ||||
19 | type: TYPE_STRING | ||||
20 | } | ||||
21 | } | ||||
22 | |||||
23 | api: { | ||||
24 | name: "onTerminating" | ||||
25 | } | ||||
26 | |||||
27 | } |