Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c422 static void setRadioTechnology(ModemInfo *mdm, int newtech);
5227 setRadioTechnology(ModemInfo *mdm, int newtech) argument
5229 RLOGD("setRadioTechnology(%d)", newtech);
5233 if (newtech != oldtech) {
5234 RLOGD("Tech change (%d => %d)", oldtech, newtech);
5235 TECH(mdm) = newtech;
5236 if (techFromModemType(newtech) != techFromModemType(oldtech)) {