Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp893 static RIL_PreferredNetworkType gModemCurrentType = gModemDefaultType; variable
997 if (gModemCurrentType == desired_type) { in request_set_preferred_network_type()
1006 ALOGV("Requesting modem technology change %d -> %d", gModemCurrentType, in request_set_preferred_network_type()
1016 gModemCurrentType = desired_type; in request_set_preferred_network_type()
1066 asprintf(&responseStr[3], "%d", getBestVoiceTechnology(gModemCurrentType)); in request_registration_state()
1080 asprintf(&responseStr[3], "%d", getBestDataTechnology(gModemCurrentType)); in request_registration_state()
1103 switch (gModemCurrentType) { in isCDMA()
1123 ALOGE("INVALID MODEM TYPE: %d", gModemCurrentType); in isCDMA()
1130 switch (gModemCurrentType) { in isGSM()
1150 ALOGE("INVALID MODEM TYPE: %d", gModemCurrentType); in isGSM()
[all …]