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: "IWifiP2pIface" |
| 4 | |
| 5 | package: "android.hardware.wifi" |
| 6 | |
| 7 | import: "android.hardware.wifi@1.0::IWifiIface" |
| 8 | |
| 9 | interface: { |
| 10 | api: { |
| 11 | name: "getType" |
| 12 | return_type_hidl: { |
| 13 | type: TYPE_STRUCT |
| 14 | predefined_type: "::android::hardware::wifi::V1_0::WifiStatus" |
| 15 | } |
| 16 | return_type_hidl: { |
| 17 | type: TYPE_ENUM |
| 18 | predefined_type: "::android::hardware::wifi::V1_0::IfaceType" |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | api: { |
| 23 | name: "getName" |
| 24 | return_type_hidl: { |
| 25 | type: TYPE_STRUCT |
| 26 | predefined_type: "::android::hardware::wifi::V1_0::WifiStatus" |
| 27 | } |
| 28 | return_type_hidl: { |
| 29 | type: TYPE_STRING |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | } |