Sooraj Sasindran | 4547419 | 2017-10-26 14:08:55 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2017 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
| 17 | #include <radio_hidl_hal_utils_v1_2.h> |
| 18 | |
| 19 | RadioIndication_v1_2::RadioIndication_v1_2(RadioHidlTest_v1_2& parent) : parent_v1_2(parent) {} |
| 20 | |
Eric Schwarzenbach | 8bdc4e0 | 2018-02-26 18:16:50 -0800 | [diff] [blame] | 21 | /* 1.2 Apis */ |
| 22 | Return<void> RadioIndication_v1_2::networkScanResult_1_2( |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 23 | RadioIndicationType /*type*/, |
| 24 | const ::android::hardware::radio::V1_2::NetworkScanResult& /*result*/) { |
Eric Schwarzenbach | 8bdc4e0 | 2018-02-26 18:16:50 -0800 | [diff] [blame] | 25 | return Void(); |
| 26 | } |
| 27 | |
| 28 | Return<void> RadioIndication_v1_2::cellInfoList_1_2( |
| 29 | RadioIndicationType /*type*/, |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 30 | const ::android::hardware::hidl_vec<::android::hardware::radio::V1_2::CellInfo>& /*records*/) { |
Eric Schwarzenbach | 8bdc4e0 | 2018-02-26 18:16:50 -0800 | [diff] [blame] | 31 | return Void(); |
| 32 | } |
| 33 | |
| 34 | Return<void> RadioIndication_v1_2::currentLinkCapacityEstimate( |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 35 | RadioIndicationType /*type*/, |
| 36 | const ::android::hardware::radio::V1_2::LinkCapacityEstimate& /*lce*/) { |
Eric Schwarzenbach | 8bdc4e0 | 2018-02-26 18:16:50 -0800 | [diff] [blame] | 37 | return Void(); |
| 38 | } |
| 39 | |
| 40 | Return<void> RadioIndication_v1_2::currentPhysicalChannelConfigs( |
| 41 | RadioIndicationType /*type*/, |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 42 | const ::android::hardware::hidl_vec< |
| 43 | ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { |
Eric Schwarzenbach | 8bdc4e0 | 2018-02-26 18:16:50 -0800 | [diff] [blame] | 44 | return Void(); |
| 45 | } |
| 46 | |
| 47 | Return<void> RadioIndication_v1_2::currentSignalStrength_1_2( |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 48 | RadioIndicationType /*type*/, |
| 49 | const ::android::hardware::radio::V1_2::SignalStrength& /*signalStrength*/) { |
Eric Schwarzenbach | 8bdc4e0 | 2018-02-26 18:16:50 -0800 | [diff] [blame] | 50 | return Void(); |
| 51 | } |
| 52 | |
Sooraj Sasindran | 4547419 | 2017-10-26 14:08:55 -0700 | [diff] [blame] | 53 | /* 1.1 Apis */ |
| 54 | Return<void> RadioIndication_v1_2::carrierInfoForImsiEncryption(RadioIndicationType /*info*/) { |
| 55 | return Void(); |
| 56 | } |
| 57 | |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 58 | Return<void> RadioIndication_v1_2::networkScanResult( |
| 59 | RadioIndicationType /*type*/, |
| 60 | const ::android::hardware::radio::V1_1::NetworkScanResult& /*result*/) { |
Sooraj Sasindran | 4547419 | 2017-10-26 14:08:55 -0700 | [diff] [blame] | 61 | return Void(); |
| 62 | } |
| 63 | |
| 64 | Return<void> RadioIndication_v1_2::keepaliveStatus(RadioIndicationType /*type*/, |
| 65 | const KeepaliveStatus& /*status*/) { |
| 66 | return Void(); |
| 67 | } |
| 68 | |
| 69 | /* 1.0 Apis */ |
| 70 | Return<void> RadioIndication_v1_2::radioStateChanged(RadioIndicationType /*type*/, |
| 71 | RadioState /*radioState*/) { |
| 72 | return Void(); |
| 73 | } |
| 74 | |
| 75 | Return<void> RadioIndication_v1_2::callStateChanged(RadioIndicationType /*type*/) { |
| 76 | return Void(); |
| 77 | } |
| 78 | |
| 79 | Return<void> RadioIndication_v1_2::networkStateChanged(RadioIndicationType /*type*/) { |
| 80 | return Void(); |
| 81 | } |
| 82 | |
| 83 | Return<void> RadioIndication_v1_2::newSms(RadioIndicationType /*type*/, |
| 84 | const ::android::hardware::hidl_vec<uint8_t>& /*pdu*/) { |
| 85 | return Void(); |
| 86 | } |
| 87 | |
| 88 | Return<void> RadioIndication_v1_2::newSmsStatusReport( |
| 89 | RadioIndicationType /*type*/, const ::android::hardware::hidl_vec<uint8_t>& /*pdu*/) { |
| 90 | return Void(); |
| 91 | } |
| 92 | |
| 93 | Return<void> RadioIndication_v1_2::newSmsOnSim(RadioIndicationType /*type*/, |
| 94 | int32_t /*recordNumber*/) { |
| 95 | return Void(); |
| 96 | } |
| 97 | |
| 98 | Return<void> RadioIndication_v1_2::onUssd(RadioIndicationType /*type*/, UssdModeType /*modeType*/, |
| 99 | const ::android::hardware::hidl_string& /*msg*/) { |
| 100 | return Void(); |
| 101 | } |
| 102 | |
| 103 | Return<void> RadioIndication_v1_2::nitzTimeReceived( |
| 104 | RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*nitzTime*/, |
| 105 | uint64_t /*receivedTime*/) { |
| 106 | return Void(); |
| 107 | } |
| 108 | |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 109 | Return<void> RadioIndication_v1_2::currentSignalStrength( |
| 110 | RadioIndicationType /*type*/, |
| 111 | const ::android::hardware::radio::V1_0::SignalStrength& /*signalStrength*/) { |
Sooraj Sasindran | 4547419 | 2017-10-26 14:08:55 -0700 | [diff] [blame] | 112 | return Void(); |
| 113 | } |
| 114 | |
| 115 | Return<void> RadioIndication_v1_2::dataCallListChanged( |
| 116 | RadioIndicationType /*type*/, |
| 117 | const ::android::hardware::hidl_vec<SetupDataCallResult>& /*dcList*/) { |
| 118 | return Void(); |
| 119 | } |
| 120 | |
| 121 | Return<void> RadioIndication_v1_2::suppSvcNotify(RadioIndicationType /*type*/, |
| 122 | const SuppSvcNotification& /*suppSvc*/) { |
| 123 | return Void(); |
| 124 | } |
| 125 | |
| 126 | Return<void> RadioIndication_v1_2::stkSessionEnd(RadioIndicationType /*type*/) { |
| 127 | return Void(); |
| 128 | } |
| 129 | |
| 130 | Return<void> RadioIndication_v1_2::stkProactiveCommand( |
| 131 | RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*cmd*/) { |
| 132 | return Void(); |
| 133 | } |
| 134 | |
| 135 | Return<void> RadioIndication_v1_2::stkEventNotify(RadioIndicationType /*type*/, |
| 136 | const ::android::hardware::hidl_string& /*cmd*/) { |
| 137 | return Void(); |
| 138 | } |
| 139 | |
| 140 | Return<void> RadioIndication_v1_2::stkCallSetup(RadioIndicationType /*type*/, int64_t /*timeout*/) { |
| 141 | return Void(); |
| 142 | } |
| 143 | |
| 144 | Return<void> RadioIndication_v1_2::simSmsStorageFull(RadioIndicationType /*type*/) { |
| 145 | return Void(); |
| 146 | } |
| 147 | |
| 148 | Return<void> RadioIndication_v1_2::simRefresh(RadioIndicationType /*type*/, |
| 149 | const SimRefreshResult& /*refreshResult*/) { |
| 150 | return Void(); |
| 151 | } |
| 152 | |
| 153 | Return<void> RadioIndication_v1_2::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, |
| 154 | const CdmaSignalInfoRecord& /*record*/) { |
| 155 | return Void(); |
| 156 | } |
| 157 | |
| 158 | Return<void> RadioIndication_v1_2::simStatusChanged(RadioIndicationType /*type*/) { |
| 159 | return Void(); |
| 160 | } |
| 161 | |
| 162 | Return<void> RadioIndication_v1_2::cdmaNewSms(RadioIndicationType /*type*/, |
| 163 | const CdmaSmsMessage& /*msg*/) { |
| 164 | return Void(); |
| 165 | } |
| 166 | |
| 167 | Return<void> RadioIndication_v1_2::newBroadcastSms( |
| 168 | RadioIndicationType /*type*/, const ::android::hardware::hidl_vec<uint8_t>& /*data*/) { |
| 169 | return Void(); |
| 170 | } |
| 171 | |
| 172 | Return<void> RadioIndication_v1_2::cdmaRuimSmsStorageFull(RadioIndicationType /*type*/) { |
| 173 | return Void(); |
| 174 | } |
| 175 | |
| 176 | Return<void> RadioIndication_v1_2::restrictedStateChanged(RadioIndicationType /*type*/, |
| 177 | PhoneRestrictedState /*state*/) { |
| 178 | return Void(); |
| 179 | } |
| 180 | |
| 181 | Return<void> RadioIndication_v1_2::enterEmergencyCallbackMode(RadioIndicationType /*type*/) { |
| 182 | return Void(); |
| 183 | } |
| 184 | |
| 185 | Return<void> RadioIndication_v1_2::cdmaCallWaiting(RadioIndicationType /*type*/, |
| 186 | const CdmaCallWaiting& /*callWaitingRecord*/) { |
| 187 | return Void(); |
| 188 | } |
| 189 | |
| 190 | Return<void> RadioIndication_v1_2::cdmaOtaProvisionStatus(RadioIndicationType /*type*/, |
| 191 | CdmaOtaProvisionStatus /*status*/) { |
| 192 | return Void(); |
| 193 | } |
| 194 | |
| 195 | Return<void> RadioIndication_v1_2::cdmaInfoRec(RadioIndicationType /*type*/, |
| 196 | const CdmaInformationRecords& /*records*/) { |
| 197 | return Void(); |
| 198 | } |
| 199 | |
| 200 | Return<void> RadioIndication_v1_2::indicateRingbackTone(RadioIndicationType /*type*/, |
| 201 | bool /*start*/) { |
| 202 | return Void(); |
| 203 | } |
| 204 | |
| 205 | Return<void> RadioIndication_v1_2::resendIncallMute(RadioIndicationType /*type*/) { |
| 206 | return Void(); |
| 207 | } |
| 208 | |
| 209 | Return<void> RadioIndication_v1_2::cdmaSubscriptionSourceChanged( |
| 210 | RadioIndicationType /*type*/, CdmaSubscriptionSource /*cdmaSource*/) { |
| 211 | return Void(); |
| 212 | } |
| 213 | |
| 214 | Return<void> RadioIndication_v1_2::cdmaPrlChanged(RadioIndicationType /*type*/, |
| 215 | int32_t /*version*/) { |
| 216 | return Void(); |
| 217 | } |
| 218 | |
| 219 | Return<void> RadioIndication_v1_2::exitEmergencyCallbackMode(RadioIndicationType /*type*/) { |
| 220 | return Void(); |
| 221 | } |
| 222 | |
| 223 | Return<void> RadioIndication_v1_2::rilConnected(RadioIndicationType /*type*/) { |
| 224 | return Void(); |
| 225 | } |
| 226 | |
| 227 | Return<void> RadioIndication_v1_2::voiceRadioTechChanged(RadioIndicationType /*type*/, |
| 228 | RadioTechnology /*rat*/) { |
| 229 | return Void(); |
| 230 | } |
| 231 | |
| 232 | Return<void> RadioIndication_v1_2::cellInfoList( |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 233 | RadioIndicationType /*type*/, |
| 234 | const ::android::hardware::hidl_vec<::android::hardware::radio::V1_0::CellInfo>& /*records*/) { |
Sooraj Sasindran | 4547419 | 2017-10-26 14:08:55 -0700 | [diff] [blame] | 235 | return Void(); |
| 236 | } |
| 237 | |
| 238 | Return<void> RadioIndication_v1_2::imsNetworkStateChanged(RadioIndicationType /*type*/) { |
| 239 | return Void(); |
| 240 | } |
| 241 | |
| 242 | Return<void> RadioIndication_v1_2::subscriptionStatusChanged(RadioIndicationType /*type*/, |
| 243 | bool /*activate*/) { |
| 244 | return Void(); |
| 245 | } |
| 246 | |
| 247 | Return<void> RadioIndication_v1_2::srvccStateNotify(RadioIndicationType /*type*/, |
| 248 | SrvccState /*state*/) { |
| 249 | return Void(); |
| 250 | } |
| 251 | |
| 252 | Return<void> RadioIndication_v1_2::hardwareConfigChanged( |
| 253 | RadioIndicationType /*type*/, |
| 254 | const ::android::hardware::hidl_vec<HardwareConfig>& /*configs*/) { |
| 255 | return Void(); |
| 256 | } |
| 257 | |
| 258 | Return<void> RadioIndication_v1_2::radioCapabilityIndication(RadioIndicationType /*type*/, |
| 259 | const RadioCapability& /*rc*/) { |
| 260 | return Void(); |
| 261 | } |
| 262 | |
| 263 | Return<void> RadioIndication_v1_2::onSupplementaryServiceIndication( |
| 264 | RadioIndicationType /*type*/, const StkCcUnsolSsResult& /*ss*/) { |
| 265 | return Void(); |
| 266 | } |
| 267 | |
| 268 | Return<void> RadioIndication_v1_2::stkCallControlAlphaNotify( |
| 269 | RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*alpha*/) { |
| 270 | return Void(); |
| 271 | } |
| 272 | |
| 273 | Return<void> RadioIndication_v1_2::lceData(RadioIndicationType /*type*/, |
| 274 | const LceDataInfo& /*lce*/) { |
| 275 | return Void(); |
| 276 | } |
| 277 | |
| 278 | Return<void> RadioIndication_v1_2::pcoData(RadioIndicationType /*type*/, |
| 279 | const PcoDataInfo& /*pco*/) { |
| 280 | return Void(); |
| 281 | } |
| 282 | |
| 283 | Return<void> RadioIndication_v1_2::modemReset(RadioIndicationType /*type*/, |
| 284 | const ::android::hardware::hidl_string& /*reason*/) { |
| 285 | return Void(); |
sqian | 79bafb9 | 2018-04-10 19:06:48 -0700 | [diff] [blame] | 286 | } |