Lines Matching refs:tech
105 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
1622 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)); local
2308 if (tech < 0 )
2311 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
2440 int tech = techFromModemType(TECH(sMdmInfo)); local
2441 if (tech > 0 ) {
2443 &tech, sizeof(tech));
2929 int tech; local
2932 if (query_ctec(mdm, &tech, &preferred) == 0) {
2933 mdm->currentTech = tech;
3161 int tech, mask; local
3162 switch (parse_technology_response(s, &tech, NULL))
3169 mask = 1 << tech;
3172 RLOGE("Unknown technology %d\n", tech);
3174 setRadioTechnology(sMdmInfo, tech);