Searched refs:newtech (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c228 static void setRadioTechnology(ModemInfo *mdm, int newtech);
2224 setRadioTechnology(ModemInfo *mdm, int newtech) argument
2226 ALOGD("setRadioTechnology(%d)", newtech);
2230 if (newtech != oldtech) {
2231 ALOGD("Tech change (%d => %d)", oldtech, newtech);
2232 TECH(mdm) = newtech;
2233 if (techFromModemType(newtech) != techFromModemType(oldtech)) {

Completed in 18 milliseconds