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: "IWifiChipEventCallback" |
| 4 | |
| 5 | package: "android.hardware.wifi" |
| 6 | |
| 7 | import: "android.hardware.wifi@1.0::types" |
| 8 | |
| 9 | interface: { |
| 10 | api: { |
| 11 | name: "onChipReconfigured" |
| 12 | arg: { |
| 13 | type: TYPE_SCALAR |
| 14 | scalar_type: "uint32_t" |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | api: { |
| 19 | name: "onChipReconfigureFailure" |
| 20 | arg: { |
| 21 | type: TYPE_STRUCT |
| 22 | predefined_type: "::android::hardware::wifi::V1_0::WifiStatus" |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | api: { |
| 27 | name: "onIfaceAdded" |
| 28 | arg: { |
| 29 | type: TYPE_ENUM |
| 30 | predefined_type: "::android::hardware::wifi::V1_0::IfaceType" |
| 31 | } |
| 32 | arg: { |
| 33 | type: TYPE_STRING |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | api: { |
| 38 | name: "onIfaceRemoved" |
| 39 | arg: { |
| 40 | type: TYPE_ENUM |
| 41 | predefined_type: "::android::hardware::wifi::V1_0::IfaceType" |
| 42 | } |
| 43 | arg: { |
| 44 | type: TYPE_STRING |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | api: { |
| 49 | name: "onDebugRingBufferDataAvailable" |
| 50 | arg: { |
| 51 | type: TYPE_STRUCT |
| 52 | predefined_type: "::android::hardware::wifi::V1_0::WifiDebugRingBufferStatus" |
| 53 | } |
| 54 | arg: { |
| 55 | type: TYPE_VECTOR |
| 56 | vector_value: { |
| 57 | type: TYPE_SCALAR |
| 58 | scalar_type: "uint8_t" |
| 59 | } |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | api: { |
| 64 | name: "onDebugErrorAlert" |
| 65 | arg: { |
| 66 | type: TYPE_SCALAR |
| 67 | scalar_type: "int32_t" |
| 68 | } |
| 69 | arg: { |
| 70 | type: TYPE_VECTOR |
| 71 | vector_value: { |
| 72 | type: TYPE_SCALAR |
| 73 | scalar_type: "uint8_t" |
| 74 | } |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | } |