Lines Matching refs:tech
113 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
1803 if (RADIO_TECH_3GPP == p_args->tech) {
1807 } else if (RADIO_TECH_3GPP2 == p_args->tech) {
1812 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);
2672 int tech = techFromModemType(TECH(sMdmInfo)); local
2673 if (tech < 0 )
2676 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
2843 int tech = techFromModemType(TECH(sMdmInfo)); local
2844 if (tech > 0 ) {
2846 &tech, sizeof(tech));
3347 int tech; local
3350 if (query_ctec(mdm, &tech, &preferred) == 0) {
3351 mdm->currentTech = tech;
3579 int tech, mask; local
3580 switch (parse_technology_response(s, &tech, NULL))
3587 mask = 1 << tech;
3590 RLOGE("Unknown technology %d\n", tech);
3592 setRadioTechnology(sMdmInfo, tech);