Lines Matching refs:tech
128 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
2269 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)); local
4806 if (tech < 0 )
4809 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
5237 int tech = techFromModemType(TECH(sMdmInfo)); local
5238 if (tech > 0 ) {
5240 &tech, sizeof(tech));
5771 int tech; local
5774 if (query_ctec(mdm, &tech, &preferred) == 0) {
5775 mdm->currentTech = tech;
6094 int tech, mask; local
6095 switch (parse_technology_response(s, &tech, NULL))
6102 mask = 1 << tech;
6105 RLOGE("Unknown technology %d\n", tech);
6107 setRadioTechnology(sMdmInfo, tech);