Jayachandran C | 262b606 | 2020-07-22 15:53:58 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2020 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_6.h> |
| 18 | |
| 19 | RadioIndication_v1_6::RadioIndication_v1_6(RadioHidlTest_v1_6& parent) : parent_v1_6(parent) {} |
| 20 | |
| 21 | /* 1.6 Apis */ |
Jayachandran C | 9bc276b | 2020-07-24 00:46:58 -0700 | [diff] [blame] | 22 | Return<void> RadioIndication_v1_6::dataCallListChanged_1_6( |
| 23 | RadioIndicationType /*type*/, |
| 24 | const hidl_vec<android::hardware::radio::V1_6::SetupDataCallResult>& /*dcList*/) { |
| 25 | return Void(); |
| 26 | } |
Jayachandran C | 262b606 | 2020-07-22 15:53:58 -0700 | [diff] [blame] | 27 | |
Daniel Bright | 95db21d | 2020-10-28 15:24:20 -0700 | [diff] [blame] | 28 | Return<void> RadioIndication_v1_6::unthrottleApn(RadioIndicationType /*type*/, |
| 29 | const ::android::hardware::hidl_string& /*apn*/) { |
| 30 | return Void(); |
| 31 | } |
| 32 | |
Jayachandran C | 262b606 | 2020-07-22 15:53:58 -0700 | [diff] [blame] | 33 | /* 1.5 Apis */ |
| 34 | Return<void> RadioIndication_v1_6::uiccApplicationsEnablementChanged(RadioIndicationType /*type*/, |
| 35 | bool /*enabled*/) { |
| 36 | return Void(); |
| 37 | } |
| 38 | |
| 39 | Return<void> RadioIndication_v1_6::registrationFailed( |
| 40 | RadioIndicationType /*type*/, |
| 41 | const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, |
| 42 | const hidl_string& /*chosenPlmn*/, |
| 43 | ::android::hardware::hidl_bitfield<::android::hardware::radio::V1_5::Domain> /*domain*/, |
| 44 | int32_t /*causeCode*/, int32_t /*additionalCauseCode*/) { |
| 45 | return Void(); |
| 46 | } |
| 47 | |
| 48 | Return<void> RadioIndication_v1_6::barringInfoChanged( |
| 49 | RadioIndicationType /*type*/, |
| 50 | const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, |
| 51 | const hidl_vec<::android::hardware::radio::V1_5::BarringInfo>& /*barringInfos*/) { |
| 52 | return Void(); |
| 53 | } |
| 54 | |
| 55 | Return<void> RadioIndication_v1_6::networkScanResult_1_5( |
| 56 | RadioIndicationType /*type*/, |
| 57 | const ::android::hardware::radio::V1_5::NetworkScanResult& /*result*/) { |
| 58 | return Void(); |
| 59 | } |
| 60 | |
| 61 | Return<void> RadioIndication_v1_6::cellInfoList_1_5( |
| 62 | RadioIndicationType /*type*/, |
| 63 | const hidl_vec<::android::hardware::radio::V1_5::CellInfo>& /*records*/) { |
| 64 | return Void(); |
| 65 | } |
| 66 | |
| 67 | Return<void> RadioIndication_v1_6::dataCallListChanged_1_5( |
| 68 | RadioIndicationType /*type*/, |
| 69 | const hidl_vec<android::hardware::radio::V1_5::SetupDataCallResult>& /*dcList*/) { |
| 70 | return Void(); |
| 71 | } |
| 72 | |
| 73 | /* 1.4 Apis */ |
| 74 | Return<void> RadioIndication_v1_6::currentPhysicalChannelConfigs_1_4( |
| 75 | RadioIndicationType /*type*/, |
| 76 | const ::android::hardware::hidl_vec< |
| 77 | ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { |
| 78 | return Void(); |
| 79 | } |
| 80 | |
| 81 | Return<void> RadioIndication_v1_6::networkScanResult_1_4( |
| 82 | RadioIndicationType /*type*/, |
| 83 | const ::android::hardware::radio::V1_4::NetworkScanResult& /*result*/) { |
| 84 | return Void(); |
| 85 | } |
| 86 | |
| 87 | Return<void> RadioIndication_v1_6::cellInfoList_1_4( |
| 88 | RadioIndicationType /*type*/, |
| 89 | const ::android::hardware::hidl_vec< |
| 90 | ::android::hardware::radio::V1_4::CellInfo>& /*records*/) { |
| 91 | return Void(); |
| 92 | } |
| 93 | |
| 94 | Return<void> RadioIndication_v1_6::currentEmergencyNumberList( |
| 95 | RadioIndicationType /*type*/, |
| 96 | const ::android::hardware::hidl_vec<EmergencyNumber>& /*emergencyNumberList*/) { |
| 97 | return Void(); |
| 98 | } |
| 99 | |
| 100 | Return<void> RadioIndication_v1_6::dataCallListChanged_1_4( |
| 101 | RadioIndicationType /*type*/, |
| 102 | const ::android::hardware::hidl_vec<android::hardware::radio::V1_4::SetupDataCallResult>& |
| 103 | /*dcList*/) { |
| 104 | return Void(); |
| 105 | } |
| 106 | |
| 107 | /* 1.2 Apis */ |
| 108 | Return<void> RadioIndication_v1_6::networkScanResult_1_2( |
| 109 | RadioIndicationType /*type*/, |
| 110 | const ::android::hardware::radio::V1_2::NetworkScanResult& /*result*/) { |
| 111 | return Void(); |
| 112 | } |
| 113 | |
| 114 | Return<void> RadioIndication_v1_6::cellInfoList_1_2( |
| 115 | RadioIndicationType /*type*/, |
| 116 | const ::android::hardware::hidl_vec< |
| 117 | ::android::hardware::radio::V1_2::CellInfo>& /*records*/) { |
| 118 | return Void(); |
| 119 | } |
| 120 | |
| 121 | Return<void> RadioIndication_v1_6::currentLinkCapacityEstimate( |
| 122 | RadioIndicationType /*type*/, |
| 123 | const ::android::hardware::radio::V1_2::LinkCapacityEstimate& /*lce*/) { |
| 124 | return Void(); |
| 125 | } |
| 126 | |
Sooraj Sasindran | 43e5220 | 2020-10-22 15:24:14 -0700 | [diff] [blame] | 127 | Return<void> RadioIndication_v1_6::currentLinkCapacityEstimate_1_6( |
| 128 | RadioIndicationType /*type*/, |
| 129 | const ::android::hardware::radio::V1_6::LinkCapacityEstimate& /*lce*/) { |
| 130 | return Void(); |
| 131 | } |
| 132 | |
Jayachandran C | 262b606 | 2020-07-22 15:53:58 -0700 | [diff] [blame] | 133 | Return<void> RadioIndication_v1_6::currentPhysicalChannelConfigs( |
| 134 | RadioIndicationType /*type*/, |
| 135 | const ::android::hardware::hidl_vec< |
| 136 | ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { |
| 137 | return Void(); |
| 138 | } |
| 139 | |
| 140 | Return<void> RadioIndication_v1_6::currentSignalStrength_1_2( |
| 141 | RadioIndicationType /*type*/, |
| 142 | const ::android::hardware::radio::V1_2::SignalStrength& /*signalStrength*/) { |
| 143 | return Void(); |
| 144 | } |
| 145 | |
| 146 | Return<void> RadioIndication_v1_6::currentSignalStrength_1_4( |
| 147 | RadioIndicationType /*type*/, |
| 148 | const ::android::hardware::radio::V1_4::SignalStrength& /*signalStrength*/) { |
| 149 | return Void(); |
| 150 | } |
| 151 | |
| 152 | /* 1.1 Apis */ |
| 153 | Return<void> RadioIndication_v1_6::carrierInfoForImsiEncryption(RadioIndicationType /*info*/) { |
| 154 | return Void(); |
| 155 | } |
| 156 | |
| 157 | Return<void> RadioIndication_v1_6::networkScanResult( |
| 158 | RadioIndicationType /*type*/, |
| 159 | const ::android::hardware::radio::V1_1::NetworkScanResult& /*result*/) { |
| 160 | return Void(); |
| 161 | } |
| 162 | |
| 163 | Return<void> RadioIndication_v1_6::keepaliveStatus(RadioIndicationType /*type*/, |
| 164 | const KeepaliveStatus& /*status*/) { |
| 165 | return Void(); |
| 166 | } |
| 167 | |
| 168 | /* 1.0 Apis */ |
| 169 | Return<void> RadioIndication_v1_6::radioStateChanged(RadioIndicationType /*type*/, |
| 170 | RadioState /*radioState*/) { |
| 171 | return Void(); |
| 172 | } |
| 173 | |
| 174 | Return<void> RadioIndication_v1_6::callStateChanged(RadioIndicationType /*type*/) { |
| 175 | return Void(); |
| 176 | } |
| 177 | |
| 178 | Return<void> RadioIndication_v1_6::networkStateChanged(RadioIndicationType /*type*/) { |
| 179 | return Void(); |
| 180 | } |
| 181 | |
| 182 | Return<void> RadioIndication_v1_6::newSms(RadioIndicationType /*type*/, |
| 183 | const ::android::hardware::hidl_vec<uint8_t>& /*pdu*/) { |
| 184 | return Void(); |
| 185 | } |
| 186 | |
| 187 | Return<void> RadioIndication_v1_6::newSmsStatusReport( |
| 188 | RadioIndicationType /*type*/, const ::android::hardware::hidl_vec<uint8_t>& /*pdu*/) { |
| 189 | return Void(); |
| 190 | } |
| 191 | |
| 192 | Return<void> RadioIndication_v1_6::newSmsOnSim(RadioIndicationType /*type*/, |
| 193 | int32_t /*recordNumber*/) { |
| 194 | return Void(); |
| 195 | } |
| 196 | |
| 197 | Return<void> RadioIndication_v1_6::onUssd(RadioIndicationType /*type*/, UssdModeType /*modeType*/, |
| 198 | const ::android::hardware::hidl_string& /*msg*/) { |
| 199 | return Void(); |
| 200 | } |
| 201 | |
| 202 | Return<void> RadioIndication_v1_6::nitzTimeReceived( |
| 203 | RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*nitzTime*/, |
| 204 | uint64_t /*receivedTime*/) { |
| 205 | return Void(); |
| 206 | } |
| 207 | |
| 208 | Return<void> RadioIndication_v1_6::currentSignalStrength( |
| 209 | RadioIndicationType /*type*/, |
| 210 | const ::android::hardware::radio::V1_0::SignalStrength& /*signalStrength*/) { |
| 211 | return Void(); |
| 212 | } |
| 213 | |
| 214 | Return<void> RadioIndication_v1_6::dataCallListChanged( |
| 215 | RadioIndicationType /*type*/, |
| 216 | const ::android::hardware::hidl_vec<android::hardware::radio::V1_0::SetupDataCallResult>& |
| 217 | /*dcList*/) { |
| 218 | return Void(); |
| 219 | } |
| 220 | |
| 221 | Return<void> RadioIndication_v1_6::suppSvcNotify(RadioIndicationType /*type*/, |
| 222 | const SuppSvcNotification& /*suppSvc*/) { |
| 223 | return Void(); |
| 224 | } |
| 225 | |
| 226 | Return<void> RadioIndication_v1_6::stkSessionEnd(RadioIndicationType /*type*/) { |
| 227 | return Void(); |
| 228 | } |
| 229 | |
| 230 | Return<void> RadioIndication_v1_6::stkProactiveCommand( |
| 231 | RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*cmd*/) { |
| 232 | return Void(); |
| 233 | } |
| 234 | |
| 235 | Return<void> RadioIndication_v1_6::stkEventNotify(RadioIndicationType /*type*/, |
| 236 | const ::android::hardware::hidl_string& /*cmd*/) { |
| 237 | return Void(); |
| 238 | } |
| 239 | |
| 240 | Return<void> RadioIndication_v1_6::stkCallSetup(RadioIndicationType /*type*/, int64_t /*timeout*/) { |
| 241 | return Void(); |
| 242 | } |
| 243 | |
| 244 | Return<void> RadioIndication_v1_6::simSmsStorageFull(RadioIndicationType /*type*/) { |
| 245 | return Void(); |
| 246 | } |
| 247 | |
| 248 | Return<void> RadioIndication_v1_6::simRefresh(RadioIndicationType /*type*/, |
| 249 | const SimRefreshResult& /*refreshResult*/) { |
| 250 | return Void(); |
| 251 | } |
| 252 | |
| 253 | Return<void> RadioIndication_v1_6::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, |
| 254 | const CdmaSignalInfoRecord& /*record*/) { |
| 255 | return Void(); |
| 256 | } |
| 257 | |
| 258 | Return<void> RadioIndication_v1_6::simStatusChanged(RadioIndicationType /*type*/) { |
| 259 | return Void(); |
| 260 | } |
| 261 | |
| 262 | Return<void> RadioIndication_v1_6::cdmaNewSms(RadioIndicationType /*type*/, |
| 263 | const CdmaSmsMessage& /*msg*/) { |
| 264 | return Void(); |
| 265 | } |
| 266 | |
| 267 | Return<void> RadioIndication_v1_6::newBroadcastSms( |
| 268 | RadioIndicationType /*type*/, const ::android::hardware::hidl_vec<uint8_t>& /*data*/) { |
| 269 | return Void(); |
| 270 | } |
| 271 | |
| 272 | Return<void> RadioIndication_v1_6::cdmaRuimSmsStorageFull(RadioIndicationType /*type*/) { |
| 273 | return Void(); |
| 274 | } |
| 275 | |
| 276 | Return<void> RadioIndication_v1_6::restrictedStateChanged(RadioIndicationType /*type*/, |
| 277 | PhoneRestrictedState /*state*/) { |
| 278 | return Void(); |
| 279 | } |
| 280 | |
| 281 | Return<void> RadioIndication_v1_6::enterEmergencyCallbackMode(RadioIndicationType /*type*/) { |
| 282 | return Void(); |
| 283 | } |
| 284 | |
| 285 | Return<void> RadioIndication_v1_6::cdmaCallWaiting(RadioIndicationType /*type*/, |
| 286 | const CdmaCallWaiting& /*callWaitingRecord*/) { |
| 287 | return Void(); |
| 288 | } |
| 289 | |
| 290 | Return<void> RadioIndication_v1_6::cdmaOtaProvisionStatus(RadioIndicationType /*type*/, |
| 291 | CdmaOtaProvisionStatus /*status*/) { |
| 292 | return Void(); |
| 293 | } |
| 294 | |
| 295 | Return<void> RadioIndication_v1_6::cdmaInfoRec(RadioIndicationType /*type*/, |
| 296 | const CdmaInformationRecords& /*records*/) { |
| 297 | return Void(); |
| 298 | } |
| 299 | |
| 300 | Return<void> RadioIndication_v1_6::indicateRingbackTone(RadioIndicationType /*type*/, |
| 301 | bool /*start*/) { |
| 302 | return Void(); |
| 303 | } |
| 304 | |
| 305 | Return<void> RadioIndication_v1_6::resendIncallMute(RadioIndicationType /*type*/) { |
| 306 | return Void(); |
| 307 | } |
| 308 | |
| 309 | Return<void> RadioIndication_v1_6::cdmaSubscriptionSourceChanged( |
| 310 | RadioIndicationType /*type*/, CdmaSubscriptionSource /*cdmaSource*/) { |
| 311 | return Void(); |
| 312 | } |
| 313 | |
| 314 | Return<void> RadioIndication_v1_6::cdmaPrlChanged(RadioIndicationType /*type*/, |
| 315 | int32_t /*version*/) { |
| 316 | return Void(); |
| 317 | } |
| 318 | |
| 319 | Return<void> RadioIndication_v1_6::exitEmergencyCallbackMode(RadioIndicationType /*type*/) { |
| 320 | return Void(); |
| 321 | } |
| 322 | |
| 323 | Return<void> RadioIndication_v1_6::rilConnected(RadioIndicationType /*type*/) { |
| 324 | return Void(); |
| 325 | } |
| 326 | |
| 327 | Return<void> RadioIndication_v1_6::voiceRadioTechChanged( |
| 328 | RadioIndicationType /*type*/, ::android::hardware::radio::V1_0::RadioTechnology /*rat*/) { |
| 329 | return Void(); |
| 330 | } |
| 331 | |
| 332 | Return<void> RadioIndication_v1_6::cellInfoList( |
| 333 | RadioIndicationType /*type*/, |
| 334 | const ::android::hardware::hidl_vec< |
| 335 | ::android::hardware::radio::V1_0::CellInfo>& /*records*/) { |
| 336 | return Void(); |
| 337 | } |
| 338 | |
| 339 | Return<void> RadioIndication_v1_6::imsNetworkStateChanged(RadioIndicationType /*type*/) { |
| 340 | return Void(); |
| 341 | } |
| 342 | |
| 343 | Return<void> RadioIndication_v1_6::subscriptionStatusChanged(RadioIndicationType /*type*/, |
| 344 | bool /*activate*/) { |
| 345 | return Void(); |
| 346 | } |
| 347 | |
| 348 | Return<void> RadioIndication_v1_6::srvccStateNotify(RadioIndicationType /*type*/, |
| 349 | SrvccState /*state*/) { |
| 350 | return Void(); |
| 351 | } |
| 352 | |
| 353 | Return<void> RadioIndication_v1_6::hardwareConfigChanged( |
| 354 | RadioIndicationType /*type*/, |
| 355 | const ::android::hardware::hidl_vec<HardwareConfig>& /*configs*/) { |
| 356 | return Void(); |
| 357 | } |
| 358 | |
| 359 | Return<void> RadioIndication_v1_6::radioCapabilityIndication( |
| 360 | RadioIndicationType /*type*/, |
| 361 | const android::hardware::radio::V1_0::RadioCapability& /*rc*/) { |
| 362 | return Void(); |
| 363 | } |
| 364 | |
| 365 | Return<void> RadioIndication_v1_6::onSupplementaryServiceIndication( |
| 366 | RadioIndicationType /*type*/, const StkCcUnsolSsResult& /*ss*/) { |
| 367 | return Void(); |
| 368 | } |
| 369 | |
| 370 | Return<void> RadioIndication_v1_6::stkCallControlAlphaNotify( |
| 371 | RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*alpha*/) { |
| 372 | return Void(); |
| 373 | } |
| 374 | |
| 375 | Return<void> RadioIndication_v1_6::lceData(RadioIndicationType /*type*/, |
| 376 | const LceDataInfo& /*lce*/) { |
| 377 | return Void(); |
| 378 | } |
| 379 | |
| 380 | Return<void> RadioIndication_v1_6::pcoData(RadioIndicationType /*type*/, |
| 381 | const PcoDataInfo& /*pco*/) { |
| 382 | return Void(); |
| 383 | } |
| 384 | |
| 385 | Return<void> RadioIndication_v1_6::modemReset(RadioIndicationType /*type*/, |
| 386 | const ::android::hardware::hidl_string& /*reason*/) { |
| 387 | return Void(); |
| 388 | } |