Searched refs:tech (Results 1 – 4 of 4) sorted by relevance
105 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument1622 if (RADIO_TECH_3GPP == p_args->tech) {1626 } else if (RADIO_TECH_3GPP2 == p_args->tech) {1631 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);2307 int tech = techFromModemType(TECH(sMdmInfo)); local2308 if (tech < 0 )2311 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));2440 int tech = techFromModemType(TECH(sMdmInfo)); local2441 if (tech > 0 ) {2443 &tech, sizeof(tech));[all …]
527 RIL_RadioTechnologyFamily tech; member
1273 rism.tech = RADIO_TECH_3GPP2; in dispatchImsCdmaSms()1310 rism.tech = RADIO_TECH_3GPP; in dispatchImsGsmSms()1316 (int)rism.tech, (int)rism.retry, rism.messageRef); in dispatchImsGsmSms()