/hardware/interfaces/radio/aidl/compat/libradiocompat/messaging/ |
D | structs.h | 31 V1_0::CdmaSmsAck toHidl(const ::aidl::android::hardware::radio::messaging::CdmaSmsAck& ack); 34 V1_0::CdmaSmsMessage toHidl(const ::aidl::android::hardware::radio::messaging::CdmaSmsMessage& msg); 36 V1_0::ImsSmsMessage toHidl(const ::aidl::android::hardware::radio::messaging::ImsSmsMessage& msg); 38 V1_0::GsmSmsMessage toHidl(const ::aidl::android::hardware::radio::messaging::GsmSmsMessage& msg); 43 toHidl(const ::aidl::android::hardware::radio::messaging::CdmaBroadcastSmsConfigInfo& info); 48 toHidl(const ::aidl::android::hardware::radio::messaging::GsmBroadcastSmsConfigInfo& info); 51 toHidl(const ::aidl::android::hardware::radio::messaging::CdmaSmsWriteArgs& args); 53 V1_0::SmsWriteArgs toHidl(const ::aidl::android::hardware::radio::messaging::SmsWriteArgs& args);
|
D | structs.cpp | 28 V1_0::CdmaSmsAck toHidl(const aidl::CdmaSmsAck& smsAck) { in toHidl() function 46 static V1_0::CdmaSmsAddress toHidl(const aidl::CdmaSmsAddress& addr) { in toHidl() function 65 static V1_0::CdmaSmsSubaddress toHidl(const aidl::CdmaSmsSubaddress& addr) { in toHidl() function 84 V1_0::CdmaSmsMessage toHidl(const aidl::CdmaSmsMessage& msg) { in toHidl() function 89 .address = toHidl(msg.address), in toHidl() 90 .subAddress = toHidl(msg.subAddress), in toHidl() 95 V1_0::ImsSmsMessage toHidl(const aidl::ImsSmsMessage& msg) { in toHidl() function 100 .cdmaMessage = toHidl(msg.cdmaMessage), in toHidl() 101 .gsmMessage = toHidl(msg.gsmMessage), in toHidl() 105 V1_0::GsmSmsMessage toHidl(const aidl::GsmSmsMessage& msg) { in toHidl() function [all …]
|
D | RadioMessaging.cpp | 46 mHal1_5->acknowledgeLastIncomingCdmaSms(serial, toHidl(smsAck)); in acknowledgeLastIncomingCdmaSms() 102 mHal1_6->sendCdmaSms_1_6(serial, toHidl(sms)); in sendCdmaSms() 104 mHal1_5->sendCdmaSms(serial, toHidl(sms)); in sendCdmaSms() 112 mHal1_6->sendCdmaSmsExpectMore_1_6(serial, toHidl(m)); in sendCdmaSmsExpectMore() 114 mHal1_5->sendCdmaSmsExpectMore(serial, toHidl(m)); in sendCdmaSmsExpectMore() 121 mHal1_5->sendImsSms(serial, toHidl(message)); in sendImsSms() 128 mHal1_6->sendSms_1_6(serial, toHidl(message)); in sendSms() 130 mHal1_5->sendSms(serial, toHidl(message)); in sendSms() 138 mHal1_6->sendSmsExpectMore_1_6(serial, toHidl(msg)); in sendSmsExpectMore() 140 mHal1_5->sendSMSExpectMore(serial, toHidl(msg)); in sendSmsExpectMore() [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioData.cpp | 110 mHal1_5->setDataProfile_1_5(serial, toHidl(profiles)); in setDataProfile() 128 mHal1_5->setInitialAttachApn_1_5(serial, toHidl(info.value())); in setInitialAttachApn() 149 serial, V1_5::AccessNetwork(accessNetwork), toHidl(dataProfileInfo), roamingAllowed, in setupDataCall() 150 V1_2::DataRequestReason(reason), toHidl(addresses), toHidl(dnses), pduSessId, in setupDataCall() 151 toHidl<V1_6::OptionalSliceInfo>(sliceInfo), in setupDataCall() 152 toHidl<V1_6::OptionalTrafficDescriptor>(dataProfileInfo.trafficDescriptor), in setupDataCall() 157 serial, V1_5::AccessNetwork(accessNetwork), toHidl(dataProfileInfo), roamingAllowed, in setupDataCall() 158 V1_2::DataRequestReason(reason), toHidl(addresses), toHidl(dnses)); in setupDataCall() 175 mHal1_5->startKeepalive(serial, toHidl(keepalive)); in startKeepalive()
|
D | structs.h | 34 V1_5::DataProfileInfo toHidl(const ::aidl::android::hardware::radio::data::DataProfileInfo& info); 36 V1_5::LinkAddress toHidl(const ::aidl::android::hardware::radio::data::LinkAddress& addr); 39 V1_6::SliceInfo toHidl(const ::aidl::android::hardware::radio::data::SliceInfo& info); 42 V1_6::TrafficDescriptor toHidl(const ::aidl::android::hardware::radio::data::TrafficDescriptor& td); 44 V1_1::KeepaliveRequest toHidl(const ::aidl::android::hardware::radio::data::KeepaliveRequest& keep); 47 V1_6::OsAppId toHidl(const ::aidl::android::hardware::radio::data::OsAppId& appId);
|
D | structs.cpp | 29 V1_5::DataProfileInfo toHidl(const aidl::DataProfileInfo& info) { in toHidl() function 52 V1_5::LinkAddress toHidl(const aidl::LinkAddress& addr) { in toHidl() function 71 V1_6::SliceInfo toHidl(const aidl::SliceInfo& info) { in toHidl() function 88 V1_6::TrafficDescriptor toHidl(const aidl::TrafficDescriptor& descr) { in toHidl() function 90 .dnn = toHidl<V1_6::OptionalDnn>(descr.dnn), in toHidl() 91 .osAppId = toHidl<V1_6::OptionalOsAppId>(descr.osAppId), in toHidl() 101 V1_6::OsAppId toHidl(const aidl::OsAppId& appId) { in toHidl() function 107 V1_1::KeepaliveRequest toHidl(const aidl::KeepaliveRequest& keep) { in toHidl() function
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/ |
D | structs.h | 34 V1_0::IccIo toHidl(const ::aidl::android::hardware::radio::sim::IccIo& icc); 36 V1_0::SimApdu toHidl(const ::aidl::android::hardware::radio::sim::SimApdu& apdu); 39 V1_0::Carrier toHidl(const ::aidl::android::hardware::radio::sim::Carrier& carrier); 46 toHidl(const ::aidl::android::hardware::radio::sim::CarrierRestrictions& cr); 49 toHidl(const ::aidl::android::hardware::radio::sim::ImsiEncryptionInfo& info); 53 V1_0::SelectUiccSub toHidl(const ::aidl::android::hardware::radio::sim::SelectUiccSub& sub); 58 toHidl(const ::aidl::android::hardware::radio::sim::PhonebookRecordInfo& info);
|
D | structs.cpp | 29 V1_0::IccIo toHidl(const aidl::IccIo& icc) { in toHidl() function 43 V1_0::SimApdu toHidl(const aidl::SimApdu& apdu) { in toHidl() function 64 V1_0::Carrier toHidl(const aidl::Carrier& carrier) { in toHidl() function 89 V1_4::CarrierRestrictionsWithPriority toHidl(const aidl::CarrierRestrictions& cr) { in toHidl() function 91 .allowedCarriers = toHidl(cr.allowedCarriers), in toHidl() 92 .excludedCarriers = toHidl(cr.excludedCarriers), in toHidl() 97 V1_1::ImsiEncryptionInfo toHidl(const aidl::ImsiEncryptionInfo& info) { in toHidl() function 109 .base = toHidl(info), in toHidl_1_6() 114 V1_0::SelectUiccSub toHidl(const aidl::SelectUiccSub& sub) { in toHidl() function 133 V1_6::PhonebookRecordInfo toHidl(const aidl::PhonebookRecordInfo& info) { in toHidl() function [all …]
|
D | RadioSim.cpp | 137 mHal1_5->iccIOForApp(serial, toHidl(iccIo)); in iccIoForApp() 149 mHal1_5->iccTransmitApduBasicChannel(serial, toHidl(message)); in iccTransmitApduBasicChannel() 156 mHal1_5->iccTransmitApduLogicalChannel(serial, toHidl(message)); in iccTransmitApduLogicalChannel() 201 mHal1_5->setAllowedCarriers_1_4(serial, toHidl(carriers), V1_4::SimLockMultiSimPolicy(mp)); in setAllowedCarriers() 211 mHal1_5->setCarrierInfoForImsiEncryption(serial, toHidl(imsiEncryptionInfo)); in setCarrierInfoForImsiEncryption() 251 mHal1_5->setUiccSubscription(serial, toHidl(uiccSub)); in setUiccSubscription() 294 mHal1_6->updateSimPhonebookRecords(serial, toHidl(recordInfo)); in updateSimPhonebookRecords()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/ |
D | collections.h | 49 auto toHidl(const std::vector<T>& inp) { in toHidl() function 50 hidl_vec<decltype(toHidl(T{}))> out(inp.size()); in toHidl() 52 out[i] = toHidl(inp[i]); in toHidl() 106 T toHidl(const std::optional<decltype(toAidl(T{}.value()))>& opt) { in toHidl() function 108 if (opt.has_value()) hidl.value(toHidl(*opt));
|
D | commonStructs.h | 27 hidl_string toHidl(const std::string& str); 31 uint8_t toHidl(int8_t v);
|
D | commonStructs.cpp | 35 hidl_string toHidl(const std::string& str) { in toHidl() function 51 uint8_t toHidl(int8_t v) { in toHidl() function
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | structs.h | 39 V1_1::GeranBands toHidl(::aidl::android::hardware::radio::network::GeranBands band); 41 V1_5::UtranBands toHidl(::aidl::android::hardware::radio::network::UtranBands band); 43 V1_5::EutranBands toHidl(::aidl::android::hardware::radio::network::EutranBands band); 45 V1_5::NgranBands toHidl(::aidl::android::hardware::radio::network::NgranBands band); 48 toHidl(const ::aidl::android::hardware::radio::network::SignalThresholdInfo& info); 55 toHidl(const ::aidl::android::hardware::radio::network::RadioAccessSpecifier& spec); 58 toHidl(const ::aidl::android::hardware::radio::network::NetworkScanRequest& req);
|
D | structs.cpp | 39 V1_1::GeranBands toHidl(aidl::GeranBands band) { in toHidl() function 47 V1_5::UtranBands toHidl(aidl::UtranBands band) { in toHidl() function 55 V1_5::EutranBands toHidl(aidl::EutranBands band) { in toHidl() function 63 V1_5::NgranBands toHidl(aidl::NgranBands band) { in toHidl() function 67 V1_5::SignalThresholdInfo toHidl(const aidl::SignalThresholdInfo& info) { in toHidl() function 89 static V1_5::RadioAccessSpecifier::Bands toHidl(const aidl::RadioAccessSpecifierBands& bands) { in toHidl() function 93 if (bands.getTag() == Tag::geranBands) hidl.geranBands(toHidl(bands.get<Tag::geranBands>())); in toHidl() 94 if (bands.getTag() == Tag::utranBands) hidl.utranBands(toHidl(bands.get<Tag::utranBands>())); in toHidl() 95 if (bands.getTag() == Tag::eutranBands) hidl.eutranBands(toHidl(bands.get<Tag::eutranBands>())); in toHidl() 96 if (bands.getTag() == Tag::ngranBands) hidl.ngranBands(toHidl(bands.get<Tag::ngranBands>())); in toHidl() [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/sap/ |
D | structs.h | 23 V1_0::SapApduType toHidl(aidl::android::hardware::radio::sap::SapApduType sapAdpuType); 24 V1_0::SapTransferProtocol toHidl(
|
D | structs.cpp | 23 V1_0::SapApduType toHidl(const aidl::SapApduType sapApduType) { in toHidl() function 27 V1_0::SapTransferProtocol toHidl(const aidl::SapTransferProtocol sapTransferProtocol) { in toHidl() function
|
D | Sap.cpp | 38 mHal->apduReq(serial, toHidl(type), toHidl(command)); in apduReq() 79 mHal->setTransferProtocolReq(serial, toHidl(transferProtocol)); in setTransferProtocolReq()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/ |
D | structs.h | 29 V1_0::NvWriteItem toHidl(const ::aidl::android::hardware::radio::modem::NvWriteItem& item); 32 V1_0::RadioCapability toHidl(const ::aidl::android::hardware::radio::modem::RadioCapability& capa);
|
D | structs.cpp | 31 V1_0::NvWriteItem toHidl(const aidl::NvWriteItem& item) { in toHidl() function 48 V1_0::RadioCapability toHidl(const aidl::RadioCapability& capa) { in toHidl() function
|
D | RadioModem.cpp | 103 mHal1_5->nvWriteItem(serial, toHidl(item)); in nvWriteItem() 127 mHal1_5->setRadioCapability(serial, toHidl(rc)); in setRadioCapability()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
D | RadioVoice.cpp | 57 mHal1_5->dial(serial, toHidl(dialInfo)); in dial() 68 serial, toHidl(info), toHidlBitfield<V1_4::EmergencyServiceCategory>(categories), in emergencyDial() 69 toHidl(urns), V1_4::EmergencyCallRouting(routing), knownUserIntentEmerg, isTesting); in emergencyDial() 72 serial, toHidl(info), toHidlBitfield<V1_4::EmergencyServiceCategory>(categories), in emergencyDial() 73 toHidl(urns), V1_4::EmergencyCallRouting(routing), knownUserIntentEmerg, isTesting); in emergencyDial() 93 mHal1_5->getCallForwardStatus(serial, toHidl(callInfo)); in getCallForwardStatus() 224 mHal1_5->setCallForward(serial, toHidl(callInfo)); in setCallForward()
|
D | structs.h | 40 V1_0::Dial toHidl(const ::aidl::android::hardware::radio::voice::Dial& info); 42 V1_0::UusInfo toHidl(const ::aidl::android::hardware::radio::voice::UusInfo& info); 45 V1_0::CallForwardInfo toHidl(const ::aidl::android::hardware::radio::voice::CallForwardInfo& info);
|
D | structs.cpp | 29 V1_0::Dial toHidl(const aidl::Dial& info) { in toHidl() function 33 .uusInfo = toHidl(info.uusInfo), in toHidl() 37 V1_0::UusInfo toHidl(const aidl::UusInfo& info) { in toHidl() function 56 V1_0::CallForwardInfo toHidl(const aidl::CallForwardInfo& info) { in toHidl() function
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/config/ |
D | structs.h | 26 uint32_t toHidl(const aidl::android::hardware::radio::config::SlotPortMapping& slotPortMapping);
|
D | structs.cpp | 27 uint32_t toHidl(const aidl::SlotPortMapping& slotPortMapping) { in toHidl() function
|