blob: 028fd0314b7046085adbf929a1b343fb8f7326c3 [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IWifiRttControllerEventCallback"
4
5package: "android.hardware.wifi"
6
7import: "android.hardware.wifi@1.0::types"
8
9interface: {
10 api: {
11 name: "onResults"
12 arg: {
13 type: TYPE_SCALAR
14 scalar_type: "uint32_t"
15 }
16 arg: {
17 type: TYPE_VECTOR
18 vector_value: {
19 type: TYPE_STRUCT
20 predefined_type: "::android::hardware::wifi::V1_0::RttResult"
21 }
22 }
23 }
24
25}