Searched refs:tech (Results 1 – 7 of 7) sorted by relevance
128 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument2269 if (RADIO_TECH_3GPP == p_args->tech) {2273 } else if (RADIO_TECH_3GPP2 == p_args->tech) {2278 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);4805 int tech = techFromModemType(TECH(sMdmInfo)); local4806 if (tech < 0 )4809 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));5237 int tech = techFromModemType(TECH(sMdmInfo)); local5238 if (tech > 0 ) {5240 &tech, sizeof(tech));[all …]
660 auto tech = getTechFromNetworkType((NetworkRegistrationStatus::AccessTechnoloy)act); in HandleSetNetworkSelectionMode() local661 if (tech & modem_radio_capability_) { in HandleSetNetworkSelectionMode()662 current_network_mode_ = tech; in HandleSetNetworkSelectionMode()
23 # See storage config details at http://source.android.com/tech/storage/
31 # See storage config details at http://source.android.com/tech/storage/
559 RIL_RadioTechnologyFamily tech; member
635 RIL_RadioTechnologyFamily tech; member
2587 rism.tech = RADIO_TECH_3GPP; in dispatchImsGsmSms()2652 temp.imsSms.tech = RADIO_TECH_3GPP2; in dispatchImsCdmaSms()2679 RIL_RadioTechnologyFamily format = (RIL_RadioTechnologyFamily) message.tech; in sendImsSms()