Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c98 static ModemInfo *sMdmInfo; variable
924 …RLOGD("requestSetPreferredNetworkType: current: %x. New: %x", PREFERRED_NETWORK(sMdmInfo), preferr…
925 if (!networkModePossible(sMdmInfo, value)) {
929 if (query_ctec(sMdmInfo, &current, NULL) < 0) {
933 old = PREFERRED_NETWORK(sMdmInfo);
944 PREFERRED_NETWORK(sMdmInfo) = value;
953 setRadioTechnology(sMdmInfo, current);
967 switch ( query_ctec(sMdmInfo, NULL, &preferred) ) {
1313 *type = techFromModemType(TECH(sMdmInfo));
2307 int tech = techFromModemType(TECH(sMdmInfo));
[all …]