| /* |
| * Copyright (C) 2019 The Android Open Source Project |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| #include <radio_hidl_hal_utils_v1_5.h> |
| |
| RadioIndication_v1_5::RadioIndication_v1_5(RadioHidlTest_v1_5& parent) : parent_v1_5(parent) {} |
| |
| /* 1.5 Apis */ |
| Return<void> RadioIndication_v1_5::uiccApplicationsEnablementChanged(RadioIndicationType /*type*/, |
| bool /*enabled*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::registrationFailed( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, |
| const hidl_string& /*chosenPlmn*/, |
| ::android::hardware::hidl_bitfield<::android::hardware::radio::V1_5::Domain> /*domain*/, |
| int32_t /*causeCode*/, int32_t /*additionalCauseCode*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::barringInfoChanged( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, |
| const hidl_vec<::android::hardware::radio::V1_5::BarringInfo>& /*barringInfos*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::networkScanResult_1_5( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_5::NetworkScanResult& /*result*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cellInfoList_1_5( |
| RadioIndicationType /*type*/, |
| const hidl_vec<::android::hardware::radio::V1_5::CellInfo>& /*records*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::dataCallListChanged_1_5( |
| RadioIndicationType /*type*/, |
| const hidl_vec<android::hardware::radio::V1_5::SetupDataCallResult>& /*dcList*/) { |
| return Void(); |
| } |
| |
| /* 1.4 Apis */ |
| Return<void> RadioIndication_v1_5::currentPhysicalChannelConfigs_1_4( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec< |
| ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::networkScanResult_1_4( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_4::NetworkScanResult& /*result*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cellInfoList_1_4( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec< |
| ::android::hardware::radio::V1_4::CellInfo>& /*records*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::currentEmergencyNumberList( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec<EmergencyNumber>& /*emergencyNumberList*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::dataCallListChanged_1_4( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec<android::hardware::radio::V1_4::SetupDataCallResult>& |
| /*dcList*/) { |
| return Void(); |
| } |
| |
| /* 1.2 Apis */ |
| Return<void> RadioIndication_v1_5::networkScanResult_1_2( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_2::NetworkScanResult& /*result*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cellInfoList_1_2( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec< |
| ::android::hardware::radio::V1_2::CellInfo>& /*records*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::currentLinkCapacityEstimate( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_2::LinkCapacityEstimate& /*lce*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::currentPhysicalChannelConfigs( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec< |
| ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::currentSignalStrength_1_2( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_2::SignalStrength& /*signalStrength*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::currentSignalStrength_1_4( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_4::SignalStrength& /*signalStrength*/) { |
| return Void(); |
| } |
| |
| /* 1.1 Apis */ |
| Return<void> RadioIndication_v1_5::carrierInfoForImsiEncryption(RadioIndicationType /*info*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::networkScanResult( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_1::NetworkScanResult& /*result*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::keepaliveStatus(RadioIndicationType /*type*/, |
| const KeepaliveStatus& /*status*/) { |
| return Void(); |
| } |
| |
| /* 1.0 Apis */ |
| Return<void> RadioIndication_v1_5::radioStateChanged(RadioIndicationType /*type*/, |
| RadioState /*radioState*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::callStateChanged(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::networkStateChanged(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::newSms(RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec<uint8_t>& /*pdu*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::newSmsStatusReport( |
| RadioIndicationType /*type*/, const ::android::hardware::hidl_vec<uint8_t>& /*pdu*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::newSmsOnSim(RadioIndicationType /*type*/, |
| int32_t /*recordNumber*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::onUssd(RadioIndicationType /*type*/, UssdModeType /*modeType*/, |
| const ::android::hardware::hidl_string& /*msg*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::nitzTimeReceived( |
| RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*nitzTime*/, |
| uint64_t /*receivedTime*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::currentSignalStrength( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::radio::V1_0::SignalStrength& /*signalStrength*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::dataCallListChanged( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec<android::hardware::radio::V1_0::SetupDataCallResult>& |
| /*dcList*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::suppSvcNotify(RadioIndicationType /*type*/, |
| const SuppSvcNotification& /*suppSvc*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::stkSessionEnd(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::stkProactiveCommand( |
| RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*cmd*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::stkEventNotify(RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_string& /*cmd*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::stkCallSetup(RadioIndicationType /*type*/, int64_t /*timeout*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::simSmsStorageFull(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::simRefresh(RadioIndicationType /*type*/, |
| const SimRefreshResult& /*refreshResult*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, |
| const CdmaSignalInfoRecord& /*record*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::simStatusChanged(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaNewSms(RadioIndicationType /*type*/, |
| const CdmaSmsMessage& /*msg*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::newBroadcastSms( |
| RadioIndicationType /*type*/, const ::android::hardware::hidl_vec<uint8_t>& /*data*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaRuimSmsStorageFull(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::restrictedStateChanged(RadioIndicationType /*type*/, |
| PhoneRestrictedState /*state*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::enterEmergencyCallbackMode(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaCallWaiting(RadioIndicationType /*type*/, |
| const CdmaCallWaiting& /*callWaitingRecord*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaOtaProvisionStatus(RadioIndicationType /*type*/, |
| CdmaOtaProvisionStatus /*status*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaInfoRec(RadioIndicationType /*type*/, |
| const CdmaInformationRecords& /*records*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::indicateRingbackTone(RadioIndicationType /*type*/, |
| bool /*start*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::resendIncallMute(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaSubscriptionSourceChanged( |
| RadioIndicationType /*type*/, CdmaSubscriptionSource /*cdmaSource*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cdmaPrlChanged(RadioIndicationType /*type*/, |
| int32_t /*version*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::exitEmergencyCallbackMode(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::rilConnected(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::voiceRadioTechChanged( |
| RadioIndicationType /*type*/, ::android::hardware::radio::V1_0::RadioTechnology /*rat*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::cellInfoList( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec< |
| ::android::hardware::radio::V1_0::CellInfo>& /*records*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::imsNetworkStateChanged(RadioIndicationType /*type*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::subscriptionStatusChanged(RadioIndicationType /*type*/, |
| bool /*activate*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::srvccStateNotify(RadioIndicationType /*type*/, |
| SrvccState /*state*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::hardwareConfigChanged( |
| RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_vec<HardwareConfig>& /*configs*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::radioCapabilityIndication( |
| RadioIndicationType /*type*/, |
| const android::hardware::radio::V1_0::RadioCapability& /*rc*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::onSupplementaryServiceIndication( |
| RadioIndicationType /*type*/, const StkCcUnsolSsResult& /*ss*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::stkCallControlAlphaNotify( |
| RadioIndicationType /*type*/, const ::android::hardware::hidl_string& /*alpha*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::lceData(RadioIndicationType /*type*/, |
| const LceDataInfo& /*lce*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::pcoData(RadioIndicationType /*type*/, |
| const PcoDataInfo& /*pco*/) { |
| return Void(); |
| } |
| |
| Return<void> RadioIndication_v1_5::modemReset(RadioIndicationType /*type*/, |
| const ::android::hardware::hidl_string& /*reason*/) { |
| return Void(); |
| } |