Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dreference-ril.c282 static void setRadioTechnology(ModemInfo *mdm, int newtech);
3048 setRadioTechnology(ModemInfo *mdm, int newtech) argument
3050 RLOGD("setRadioTechnology(%d)", newtech);
3054 if (newtech != oldtech) {
3055 RLOGD("Tech change (%d => %d)", oldtech, newtech);
3056 TECH(mdm) = newtech;
3057 if (techFromModemType(newtech) != techFromModemType(oldtech)) {