Lines Matching refs:newtech
243 static void setRadioTechnology(ModemInfo *mdm, int newtech);
2379 setRadioTechnology(ModemInfo *mdm, int newtech)
2381 RLOGD("setRadioTechnology(%d)", newtech);
2385 if (newtech != oldtech) {
2386 RLOGD("Tech change (%d => %d)", oldtech, newtech);
2387 TECH(mdm) = newtech;
2388 if (techFromModemType(newtech) != techFromModemType(oldtech)) {